#5F041B

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

Shades of Pohutukawa #5F041B

Tints of Pohutukawa #5F041B

Color information

#5F041B (or 0x5F041B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 1B. RGB value is (95,4,27). Sum of RGB (Red+Green+Blue) = 95+4+27=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F041B is #A0FBE4. Grayscale: #212121. Windows color (decimal): -10550245 or 1770591. OLE color: 1770591.

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

Color convert

RGB95427-
CMYK00.960.720.63
HSL344.84º91.92%19.41%-
HSV(B)344.84º95.79%37.25%-
XYZ4.962.61.28-
YUV33.83124.15171.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 75.40%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=75.40%
G=3.17%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9542700.960.720.63344.8491.9219.41
Hex5F41B060483F1595c13
Octal13743301401107753113423
Binary101111110011011011000001001000111111101011001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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