#62121D

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

Shades of Pohutukawa #62121D

Tints of Pohutukawa #62121D

Color information

#62121D (or 0x62121D) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 1D. RGB value is (98,18,29). Sum of RGB (Red+Green+Blue) = 98+18+29=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62121D is #9DEDE2. Grayscale: #2B2B2B. Windows color (decimal): -10350051 or 1905250. OLE color: 1905250.

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

Color convert

RGB981829-
CMYK00.820.700.62
HSL351.75º68.97%22.75%-
HSV(B)351.75º81.63%38.43%-
XYZ5.483.121.48-
YUV43.17120167.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 29 (11.72% from 255) = 20%
R=67.59%
G=12.41%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98182900.820.700.62351.7568.9722.75
Hex62121D052463E1604517
Octal142223501221067654010527
Binary11000101001011101010100101000110111110101100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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