#62172B

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

Shades of Pohutukawa #62172B

Tints of Pohutukawa #62172B

Color information

#62172B (or 0x62172B) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 2B. RGB value is (98,23,43). Sum of RGB (Red+Green+Blue) = 98+23+43=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172B is #9DE8D4. Grayscale: #2F2F2F. Windows color (decimal): -10348757 or 2824034. OLE color: 2824034.

HSL color Cylindrical-coordinate representation of color #62172B: hue angle of 344º 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 #62172B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB982343-
CMYK00.770.560.62
HSL344º61.98%23.73%-
HSV(B)344º76.53%38.43%-
XYZ5.783.382.63-
YUV47.7125.35163.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=59.76%
G=14.02%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98234300.770.560.6234461.9823.73
Hex62172B04D383E1583e18
Octal1422753011570765307630
Binary1100010101111010110100110111100011111010101100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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