#62212A

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

Shades of Pohutukawa #62212A

Tints of Pohutukawa #62212A

Color information

#62212A (or 0x62212A) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 2A. RGB value is (98,33,42). Sum of RGB (Red+Green+Blue) = 98+33+42=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62212A is #9DDED5. Grayscale: #353535. Windows color (decimal): -10346198 or 2761058. OLE color: 2761058.

HSL color Cylindrical-coordinate representation of color #62212A: hue angle of 351.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62212A is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB983342-
CMYK00.660.570.62
HSL351.69º49.62%25.69%-
HSV(B)351.69º66.33%38.43%-
XYZ63.852.62-
YUV53.46121.53159.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=56.65%
G=19.08%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98334200.660.570.62351.6949.6225.69
Hex62212A042393E160321a
Octal1424152010271765406232
Binary11000101000011010100100001011100111111010110000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,33,42); }

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

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

 a { background-color: rgb(98,33,42); }

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

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

 span { border-color: rgb(98,33,42); }

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