#62121E

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

Shades of Pohutukawa #62121E

Tints of Pohutukawa #62121E

Color information

#62121E (or 0x62121E) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 1E. RGB value is (98,18,30). Sum of RGB (Red+Green+Blue) = 98+18+30=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62121E is #9DEDE1. Grayscale: #2B2B2B. Windows color (decimal): -10350050 or 1970786. OLE color: 1970786.

HSL color Cylindrical-coordinate representation of color #62121E: hue angle of 351º 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 #62121E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB981830-
CMYK00.820.690.62
HSL351º68.97%22.75%-
HSV(B)351º81.63%38.43%-
XYZ5.493.121.54-
YUV43.29120.5167.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=67.12%
G=12.33%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98183000.820.690.6235168.9722.75
Hex62121E052453E15f4517
Octal142223601221057653710527
Binary11000101001011110010100101000101111110101011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62121E; }

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

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

<style>
 a { background-color: #62121E; }

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

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

<style>
 span { border-color: #62121E; }

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

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