#5F0420

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

Shades of Pohutukawa #5F0420

Tints of Pohutukawa #5F0420

Color information

#5F0420 (or 0x5F0420) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 20. RGB value is (95,4,32). Sum of RGB (Red+Green+Blue) = 95+4+32=131 (17% of max value = 765). Red value is 95 (37.5% from 255 or 72.52% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0420 is #A0FBDF. Grayscale: #222222. Windows color (decimal): -10550240 or 2098271. OLE color: 2098271.

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

Color convert

RGB95432-
CMYK00.960.660.63
HSL341.54º91.92%19.41%-
HSV(B)341.54º95.79%37.25%-
XYZ5.022.621.61-
YUV34.4126.65171.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 72.52%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=72.52%
G=3.05%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9543200.960.660.63341.5491.9219.41
Hex5F420060423F1565c13
Octal13744001401027752613423
Binary1011111100100000011000001000010111111101010110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,32); }

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

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

 a { background-color: rgb(95,4,32); }

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

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

 span { border-color: rgb(95,4,32); }

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