#60030A

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

Shades of Pohutukawa #60030A

Tints of Pohutukawa #60030A

Color information

#60030A (or 0x60030A) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 0A. RGB value is (96,3,10). Sum of RGB (Red+Green+Blue) = 96+3+10=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #60030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030A is #9FFCF5. Grayscale: #1F1F1F. Windows color (decimal): -10484982 or 656224. OLE color: 656224.

HSL color Cylindrical-coordinate representation of color #60030A: hue angle of 355.48º 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 #60030A is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB96310-
CMYK00.970.900.62
HSL355.48º93.94%19.41%-
HSV(B)355.48º96.88%37.65%-
XYZ4.912.570.53-
YUV31.6115.81173.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.07%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=88.07%
G=2.75%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9631000.970.900.62355.4893.9419.41
Hex603A0615A3E1635e13
Octal14031201411327654313623
Binary1100000111010011000011011010111110101100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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