#62162A

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

Shades of Pohutukawa #62162A

Tints of Pohutukawa #62162A

Color information

#62162A (or 0x62162A) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 2A. RGB value is (98,22,42). Sum of RGB (Red+Green+Blue) = 98+22+42=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62162A is #9DE9D5. Grayscale: #2E2E2E. Windows color (decimal): -10349014 or 2758242. OLE color: 2758242.

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

Color convert

RGB982242-
CMYK00.780.570.62
HSL344.21º63.33%23.53%-
HSV(B)344.21º77.55%38.43%-
XYZ5.743.342.53-
YUV47125.18164.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=60.49%
G=13.58%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98224200.780.570.62344.2163.3323.53
Hex62162A04E393E1583f18
Octal1422652011671765307730
Binary1100010101101010100100111011100111111010101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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