#5C031D

Color #5C031D Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5C031D

Tints of Pohutukawa #5C031D

Color information

#5C031D (or 0x5C031D) is unknown color: approx Pohutukawa. HEX triplet: 5C, 03 and 1D. RGB value is (92,3,29). Sum of RGB (Red+Green+Blue) = 92+3+29=124 (16% of max value = 765). Red value is 92 (36.33% from 255 or 74.19% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 92 - color contains mainly: red. Hex color #5C031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C031D is #A3FCE2. Grayscale: #202020. Windows color (decimal): -10747107 or 1901404. OLE color: 1901404.

HSL color Cylindrical-coordinate representation of color #5C031D: hue angle of 342.47º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C031D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB92329-
CMYK00.970.680.64
HSL342.47º93.68%18.63%-
HSV(B)342.47º96.74%36.08%-
XYZ4.672.431.39-
YUV32.57125.99170.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 74.19%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=74.19%
G=2.42%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9232900.970.680.64342.4793.6818.63
Hex5C31D06144401565e13
Octal134335014110410052613623
Binary101110011111010110000110001001000000101010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C031D; }

 p { color: rgb(92,3,29); }

 H1.HeaderClassName
 {
   color: #5C031D;
 }
 .AnyTagClassName
 {
   color: #5C031D;
 }
</style>
background-color css

<style>
 a { background-color: #5C031D; }

 a { background-color: rgb(92,3,29); }

 div.DivClassName
 {
   background-color: #5C031D;
 }
 .BgClassName
 {
   background-color: #5C031D;
 }
</style>
border-color css

<style>
 span { border-color: #5C031D; }

 span { border-color: rgb(92,3,29); }

 td.TdClassName
 {
   border-color: #5C031D;
 }
 .TagClassName
 {
   border-color: #5C031D;
 }
</style>