#62111A

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

Shades of Pohutukawa #62111A

Tints of Pohutukawa #62111A

Color information

#62111A (or 0x62111A) is unknown color: approx Pohutukawa. HEX triplet: 62, 11 and 1A. RGB value is (98,17,26). Sum of RGB (Red+Green+Blue) = 98+17+26=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #62111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62111A is #9DEEE5. Grayscale: #2A2A2A. Windows color (decimal): -10350310 or 1708386. OLE color: 1708386.

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

Color convert

RGB981726-
CMYK00.830.730.62
HSL353.33º70.43%22.55%-
HSV(B)353.33º82.65%38.43%-
XYZ5.423.071.28-
YUV42.24118.84167.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=69.50%
G=12.06%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98172600.830.730.62353.3370.4322.55
Hex62111A053493E1614617
Octal142213201231117654110627
Binary11000101000111010010100111001001111110101100001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,17,26); }

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

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

 a { background-color: rgb(98,17,26); }

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

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

 span { border-color: rgb(98,17,26); }

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