#60121A

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

Shades of Pohutukawa #60121A

Tints of Pohutukawa #60121A

Color information

#60121A (or 0x60121A) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 1A. RGB value is (96,18,26). Sum of RGB (Red+Green+Blue) = 96+18+26=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121A is #9FEDE5. Grayscale: #2A2A2A. Windows color (decimal): -10481126 or 1708640. OLE color: 1708640.

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

Color convert

RGB961826-
CMYK00.810.730.62
HSL353.85º68.42%22.35%-
HSV(B)353.85º81.25%37.65%-
XYZ5.232.991.28-
YUV42.23118.84166.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.57%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=68.57%
G=12.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96182600.810.730.62353.8568.4222.35
Hex60121A051493E1624416
Octal140223201211117654210426
Binary11000001001011010010100011001001111110101100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,18,26); }

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

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

 a { background-color: rgb(96,18,26); }

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

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

 span { border-color: rgb(96,18,26); }

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