#5F0410

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

Shades of Pohutukawa #5F0410

Tints of Pohutukawa #5F0410

Color information

#5F0410 (or 0x5F0410) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 10. RGB value is (95,4,16). Sum of RGB (Red+Green+Blue) = 95+4+16=115 (15% of max value = 765). Red value is 95 (37.5% from 255 or 82.61% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0410 is #A0FBEF. Grayscale: #202020. Windows color (decimal): -10550256 or 1049695. OLE color: 1049695.

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

Color convert

RGB95416-
CMYK00.960.830.63
HSL352.09º91.92%19.41%-
HSV(B)352.09º95.79%37.25%-
XYZ4.862.560.73-
YUV32.58118.65172.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 82.61%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=82.61%
G=3.48%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9541600.960.830.63352.0991.9219.41
Hex5F410060533F1605c13
Octal13742001401237754013423
Binary101111110010000011000001010011111111101100000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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