#60102A

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

Shades of Pohutukawa #60102A

Tints of Pohutukawa #60102A

Color information

#60102A (or 0x60102A) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 2A. RGB value is (96,16,42). Sum of RGB (Red+Green+Blue) = 96+16+42=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #60102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60102A is #9FEFD5. Grayscale: #2A2A2A. Windows color (decimal): -10481622 or 2756704. OLE color: 2756704.

HSL color Cylindrical-coordinate representation of color #60102A: hue angle of 340.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60102A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB961642-
CMYK00.830.560.62
HSL340.5º71.43%21.96%-
HSV(B)340.5º83.33%37.65%-
XYZ5.433.022.49-
YUV42.88127.5165.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=62.34%
G=10.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96164200.830.560.62340.571.4321.96
Hex60102A053383E1544716
Octal14020520123707652410726
Binary11000001000010101001010011111000111110101010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,16,42); }

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

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

 a { background-color: rgb(96,16,42); }

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

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

 span { border-color: rgb(96,16,42); }

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