#60050D

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

Shades of Pohutukawa #60050D

Tints of Pohutukawa #60050D

Color information

#60050D (or 0x60050D) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 0D. RGB value is (96,5,13). Sum of RGB (Red+Green+Blue) = 96+5+13=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #60050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60050D is #9FFAF2. Grayscale: #212121. Windows color (decimal): -10484467 or 853344. OLE color: 853344.

HSL color Cylindrical-coordinate representation of color #60050D: hue angle of 354.73º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60050D is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB96513-
CMYK00.950.860.62
HSL354.73º90.1%19.8%-
HSV(B)354.73º94.79%37.65%-
XYZ4.952.620.63-
YUV33.12116.65172.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.21%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=84.21%
G=4.39%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9651300.950.860.62354.7390.119.8
Hex605D05F563E1635a14
Octal14051501371267654313224
Binary11000001011101010111111010110111110101100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60050D; }

 p { color: rgb(96,5,13); }

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

<style>
 a { background-color: #60050D; }

 a { background-color: rgb(96,5,13); }

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

<style>
 span { border-color: #60050D; }

 span { border-color: rgb(96,5,13); }

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