#5F071B

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

Shades of Pohutukawa #5F071B

Tints of Pohutukawa #5F071B

Color information

#5F071B (or 0x5F071B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 07 and 1B. RGB value is (95,7,27). Sum of RGB (Red+Green+Blue) = 95+7+27=129 (17% of max value = 765). Red value is 95 (37.5% from 255 or 73.64% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 95 - color contains mainly: red. Hex color #5F071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F071B is #A0F8E4. Grayscale: #232323. Windows color (decimal): -10549477 or 1771359. OLE color: 1771359.

HSL color Cylindrical-coordinate representation of color #5F071B: hue angle of 346.36º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F071B is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB95727-
CMYK00.930.720.63
HSL346.36º86.27%20%-
HSV(B)346.36º92.63%37.25%-
XYZ4.992.661.29-
YUV35.59123.15170.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 73.64%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=73.64%
G=5.43%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9572700.930.720.63346.3686.2720
Hex5F71B05D483F15a5614
Octal13773301351107753212624
Binary101111111111011010111011001000111111101011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,7,27); }

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

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

 a { background-color: rgb(95,7,27); }

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

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

 span { border-color: rgb(95,7,27); }

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