#62152E

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

Shades of Pohutukawa #62152E

Tints of Pohutukawa #62152E

Color information

#62152E (or 0x62152E) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 2E. RGB value is (98,21,46). Sum of RGB (Red+Green+Blue) = 98+21+46=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152E is #9DEAD1. Grayscale: #2E2E2E. Windows color (decimal): -10349266 or 3020130. OLE color: 3020130.

HSL color Cylindrical-coordinate representation of color #62152E: hue angle of 340.52º 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 #62152E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB982146-
CMYK00.790.530.62
HSL340.52º64.71%23.33%-
HSV(B)340.52º78.57%38.43%-
XYZ5.83.332.92-
YUV46.87127.51164.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=59.39%
G=12.73%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98214600.790.530.62340.5264.7123.33
Hex62152E04F353E1554117
Octal14225560117657652510127
Binary11000101010110111001001111110101111110101010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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