#60101C

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

Shades of Pohutukawa #60101C

Tints of Pohutukawa #60101C

Color information

#60101C (or 0x60101C) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 1C. RGB value is (96,16,28). Sum of RGB (Red+Green+Blue) = 96+16+28=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60101C is #9FEFE3. Grayscale: #292929. Windows color (decimal): -10481636 or 1839200. OLE color: 1839200.

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

Color convert

RGB961628-
CMYK00.830.710.62
HSL351º71.43%21.96%-
HSV(B)351º83.33%37.65%-
XYZ5.222.941.39-
YUV41.29120.5167.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.57%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 28 (11.33% from 255) = 20%
R=68.57%
G=11.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96162800.830.710.6235171.4321.96
Hex60101C053473E15f4716
Octal140203401231077653710726
Binary11000001000011100010100111000111111110101011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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