#5F040B

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

Shades of Pohutukawa #5F040B

Tints of Pohutukawa #5F040B

Color information

#5F040B (or 0x5F040B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 0B. RGB value is (95,4,11). Sum of RGB (Red+Green+Blue) = 95+4+11=110 (14% of max value = 765). Red value is 95 (37.5% from 255 or 86.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040B is #A0FBF4. Grayscale: #202020. Windows color (decimal): -10550261 or 722015. OLE color: 722015.

HSL color Cylindrical-coordinate representation of color #5F040B: hue angle of 355.38º 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 #5F040B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB95411-
CMYK00.960.880.63
HSL355.38º91.92%19.41%-
HSV(B)355.38º95.79%37.25%-
XYZ4.822.540.55-
YUV32.01116.15172.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 86.36%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 11 (4.69% from 255) = 10%
R=86.36%
G=3.64%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9541100.960.880.63355.3891.9219.41
Hex5F4B060583F1635c13
Octal13741301401307754313423
Binary10111111001011011000001011000111111101100011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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