#62181D

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

Shades of Pohutukawa #62181D

Tints of Pohutukawa #62181D

Color information

#62181D (or 0x62181D) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 1D. RGB value is (98,24,29). Sum of RGB (Red+Green+Blue) = 98+24+29=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62181D is #9DE7E2. Grayscale: #2E2E2E. Windows color (decimal): -10348515 or 1906786. OLE color: 1906786.

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

Color convert

RGB982429-
CMYK00.760.700.62
HSL355.95º60.66%23.92%-
HSV(B)355.95º75.51%38.43%-
XYZ5.593.341.51-
YUV46.7118.02164.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=64.90%
G=15.89%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242900.760.700.62355.9560.6623.92
Hex62181D04C463E1643d18
Octal14230350114106765447530
Binary1100010110001110101001100100011011111010110010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,24,29); }

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

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

 a { background-color: rgb(98,24,29); }

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

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

 span { border-color: rgb(98,24,29); }

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