#5C041E

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

Shades of Pohutukawa #5C041E

Tints of Pohutukawa #5C041E

Color information

#5C041E (or 0x5C041E) is unknown color: approx Pohutukawa. HEX triplet: 5C, 04 and 1E. RGB value is (92,4,30). Sum of RGB (Red+Green+Blue) = 92+4+30=126 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.02% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 92 - color contains mainly: red. Hex color #5C041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C041E is #A3FBE1. Grayscale: #212121. Windows color (decimal): -10746850 or 1967196. OLE color: 1967196.

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

Color convert

RGB92430-
CMYK00.960.670.64
HSL342.27º91.67%18.82%-
HSV(B)342.27º95.65%36.08%-
XYZ4.692.461.46-
YUV33.28126.15169.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 73.02%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=73.02%
G=3.17%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9243000.960.670.64342.2791.6718.82
Hex5C41E06043401565c13
Octal134436014010310052613423
Binary1011100100111100110000010000111000000101010110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,30); }

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

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

 a { background-color: rgb(92,4,30); }

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

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

 span { border-color: rgb(92,4,30); }

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