#62152B

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

Shades of Pohutukawa #62152B

Tints of Pohutukawa #62152B

Color information

#62152B (or 0x62152B) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 2B. RGB value is (98,21,43). Sum of RGB (Red+Green+Blue) = 98+21+43=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152B is #9DEAD4. Grayscale: #2E2E2E. Windows color (decimal): -10349269 or 2823522. OLE color: 2823522.

HSL color Cylindrical-coordinate representation of color #62152B: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62152B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB982143-
CMYK00.790.560.62
HSL342.86º64.71%23.33%-
HSV(B)342.86º78.57%38.43%-
XYZ5.743.312.62-
YUV46.53126.01164.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=60.49%
G=12.96%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98214300.790.560.62342.8664.7123.33
Hex62152B04F383E1574117
Octal14225530117707652710127
Binary11000101010110101101001111111000111110101010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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