#60011D

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

Shades of Pohutukawa #60011D

Tints of Pohutukawa #60011D

Color information

#60011D (or 0x60011D) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 1D. RGB value is (96,1,29). Sum of RGB (Red+Green+Blue) = 96+1+29=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60011D is #9FFEE2. Grayscale: #202020. Windows color (decimal): -10485475 or 1900896. OLE color: 1900896.

HSL color Cylindrical-coordinate representation of color #60011D: hue angle of 342.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60011D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB96129-
CMYK00.990.700.62
HSL342.32º97.94%19.02%-
HSV(B)342.32º98.96%37.65%-
XYZ5.062.61.4-
YUV32.6125.97173.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.19%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=76.19%
G=0.79%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612900.990.700.62342.3297.9419.02
Hex6011D063463E1566213
Octal14013501431067652614223
Binary1100000111101011000111000110111110101010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60011D; }

 p { color: rgb(96,1,29); }

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

<style>
 a { background-color: #60011D; }

 a { background-color: rgb(96,1,29); }

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

<style>
 span { border-color: #60011D; }

 span { border-color: rgb(96,1,29); }

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