#62122D

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

Shades of Pohutukawa #62122D

Tints of Pohutukawa #62122D

Color information

#62122D (or 0x62122D) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 2D. RGB value is (98,18,45). Sum of RGB (Red+Green+Blue) = 98+18+45=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62122D is #9DEDD2. Grayscale: #2C2C2C. Windows color (decimal): -10350035 or 2953826. OLE color: 2953826.

HSL color Cylindrical-coordinate representation of color #62122D: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62122D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB981845-
CMYK00.820.540.62
HSL339.75º68.97%22.75%-
HSV(B)339.75º81.63%38.43%-
XYZ5.733.222.8-
YUV45128165.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=60.87%
G=11.18%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98184500.820.540.62339.7568.9722.75
Hex62122D052363E1544517
Octal14222550122667652410527
Binary11000101001010110101010010110110111110101010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,18,45); }

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

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

 a { background-color: rgb(98,18,45); }

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

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

 span { border-color: rgb(98,18,45); }

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