#5F010D

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

Shades of Pohutukawa #5F010D

Tints of Pohutukawa #5F010D

Color information

#5F010D (or 0x5F010D) is unknown color: approx Pohutukawa. HEX triplet: 5F, 01 and 0D. RGB value is (95,1,13). Sum of RGB (Red+Green+Blue) = 95+1+13=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F010D is #A0FEF2. Grayscale: #1E1E1E. Windows color (decimal): -10551027 or 852319. OLE color: 852319.

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

Color convert

RGB95113-
CMYK00.990.860.63
HSL352.34º97.92%18.82%-
HSV(B)352.34º98.95%37.25%-
XYZ4.82.480.61-
YUV30.47118.14174.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 87.16%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=87.16%
G=0.92%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9511300.990.860.63352.3497.9218.82
Hex5F1D063563F1606213
Octal13711501431267754014223
Binary101111111101011000111010110111111101100000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,13); }

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

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

 a { background-color: rgb(95,1,13); }

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

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

 span { border-color: rgb(95,1,13); }

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