#60101E

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

Shades of Pohutukawa #60101E

Tints of Pohutukawa #60101E

Color information

#60101E (or 0x60101E) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 1E. RGB value is (96,16,30). Sum of RGB (Red+Green+Blue) = 96+16+30=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60101E is #9FEFE1. Grayscale: #292929. Windows color (decimal): -10481634 or 1970272. OLE color: 1970272.

HSL color Cylindrical-coordinate representation of color #60101E: hue angle of 349.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 #60101E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB961630-
CMYK00.830.690.62
HSL349.5º71.43%21.96%-
HSV(B)349.5º83.33%37.65%-
XYZ5.242.951.52-
YUV41.52121.5166.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=67.61%
G=11.27%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96163000.830.690.62349.571.4321.96
Hex60101E053453E15e4716
Octal140203601231057653610726
Binary11000001000011110010100111000101111110101011110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60101E; }

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

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

<style>
 a { background-color: #60101E; }

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

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

<style>
 span { border-color: #60101E; }

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

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