#60070A

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

Shades of Pohutukawa #60070A

Tints of Pohutukawa #60070A

Color information

#60070A (or 0x60070A) is unknown color: approx Pohutukawa. HEX triplet: 60, 07 and 0A. RGB value is (96,7,10). Sum of RGB (Red+Green+Blue) = 96+7+10=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #60070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60070A is #9FF8F5. Grayscale: #222222. Windows color (decimal): -10483958 or 657248. OLE color: 657248.

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

Color convert

RGB96710-
CMYK00.930.900.62
HSL357.98º86.41%20.2%-
HSV(B)357.98º92.71%37.65%-
XYZ4.952.660.54-
YUV33.95114.49172.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.96%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=84.96%
G=6.19%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9671000.930.900.62357.9886.4120.2
Hex607A05D5A3E1665614
Octal14071201351327654612624
Binary11000001111010010111011011010111110101100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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