#62152C

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

Shades of Pohutukawa #62152C

Tints of Pohutukawa #62152C

Color information

#62152C (or 0x62152C) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 2C. RGB value is (98,21,44). Sum of RGB (Red+Green+Blue) = 98+21+44=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152C is #9DEAD3. Grayscale: #2E2E2E. Windows color (decimal): -10349268 or 2889058. OLE color: 2889058.

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

Color convert

RGB982144-
CMYK00.790.550.62
HSL342.08º64.71%23.33%-
HSV(B)342.08º78.57%38.43%-
XYZ5.763.312.72-
YUV46.64126.51164.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=60.12%
G=12.88%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98214400.790.550.62342.0864.7123.33
Hex62152C04F373E1564117
Octal14225540117677652610127
Binary11000101010110110001001111110111111110101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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