#62172A

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

Shades of Pohutukawa #62172A

Tints of Pohutukawa #62172A

Color information

#62172A (or 0x62172A) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 2A. RGB value is (98,23,42). Sum of RGB (Red+Green+Blue) = 98+23+42=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172A is #9DE8D5. Grayscale: #2F2F2F. Windows color (decimal): -10348758 or 2758498. OLE color: 2758498.

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

Color convert

RGB982342-
CMYK00.770.570.62
HSL344.8º61.98%23.73%-
HSV(B)344.8º76.53%38.43%-
XYZ5.763.382.54-
YUV47.59124.85163.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=60.12%
G=14.11%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98234200.770.570.62344.861.9823.73
Hex62172A04D393E1593e18
Octal1422752011571765317630
Binary1100010101111010100100110111100111111010101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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