#62222A

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

Shades of Pohutukawa #62222A

Tints of Pohutukawa #62222A

Color information

#62222A (or 0x62222A) is unknown color: approx Pohutukawa. HEX triplet: 62, 22 and 2A. RGB value is (98,34,42). Sum of RGB (Red+Green+Blue) = 98+34+42=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62222A is #9DDDD5. Grayscale: #363636. Windows color (decimal): -10345942 or 2761314. OLE color: 2761314.

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

Color convert

RGB983442-
CMYK00.650.570.62
HSL352.5º48.48%25.88%-
HSV(B)352.5º65.31%38.43%-
XYZ6.033.912.63-
YUV54.05121.2159.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=56.32%
G=19.54%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98344200.650.570.62352.548.4825.88
Hex62222A041393E160301a
Octal1424252010171765406032
Binary11000101000101010100100000111100111111010110000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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