#60030B

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

Shades of Pohutukawa #60030B

Tints of Pohutukawa #60030B

Color information

#60030B (or 0x60030B) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 0B. RGB value is (96,3,11). Sum of RGB (Red+Green+Blue) = 96+3+11=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030B is #9FFCF4. Grayscale: #1F1F1F. Windows color (decimal): -10484981 or 721760. OLE color: 721760.

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

Color convert

RGB96311-
CMYK00.970.890.62
HSL354.84º93.94%19.41%-
HSV(B)354.84º96.88%37.65%-
XYZ4.922.580.55-
YUV31.72116.31173.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 87.27%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 11 (4.69% from 255) = 10%
R=87.27%
G=2.73%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9631100.970.890.62354.8493.9419.41
Hex603B061593E1635e13
Octal14031301411317654313623
Binary1100000111011011000011011001111110101100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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