#5f0c1f

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

Shades of Pohutukawa #5F0C1F

Tints of Pohutukawa #5F0C1F

Color information

#5F0C1F (or 0x5F0C1F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 0C and 1F. RGB value is (95,12,31). Sum of RGB (Red+Green+Blue) = 95+12+31=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0C1F is #A0F3E0. Grayscale: #262626. Windows color (decimal): -10548193 or 2034783. OLE color: 2034783.

HSL color Cylindrical-coordinate representation of color #5F0C1F: hue angle of 346.27º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F0C1F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB951231-
CMYK00.870.670.63
HSL346.27º77.57%20.98%-
HSV(B)346.27º87.37%37.25%-
XYZ5.12.791.57-
YUV38.98123.5167.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.84%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=68.84%
G=8.70%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95123100.870.670.63346.2777.5720.98
Hex5FC1F057433F15a4e15
Octal137143701271037753211625
Binary1011111110011111010101111000011111111101011010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f0c1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,12,31); }

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

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

 a { background-color: rgb(95,12,31); }

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

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

 span { border-color: rgb(95,12,31); }

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