#60000B

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

Shades of Pohutukawa #60000B

Tints of Pohutukawa #60000B

Color information

#60000B (or 0x60000B) is unknown color: approx Pohutukawa. HEX triplet: 60, 00 and 0B. RGB value is (96,0,11). Sum of RGB (Red+Green+Blue) = 96+0+11=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #60000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000B is #9FFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10485749 or 720992. OLE color: 720992.

HSL color Cylindrical-coordinate representation of color #60000B: hue angle of 353.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB96011-
CMYK010.890.62
HSL353.12º100%18.82%-
HSV(B)353.12º100%37.65%-
XYZ4.882.510.54-
YUV29.96117.3175.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 89.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=89.72%
G=0%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96011010.890.62353.1210018.82
Hex600B064593E1616413
Octal14001301441317654114423
Binary110000001011011001001011001111110101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60000B; }

 p { color: rgb(96,0,11); }

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

<style>
 a { background-color: #60000B; }

 a { background-color: rgb(96,0,11); }

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

<style>
 span { border-color: #60000B; }

 span { border-color: rgb(96,0,11); }

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