#62161C

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

Shades of Pohutukawa #62161C

Tints of Pohutukawa #62161C

Color information

#62161C (or 0x62161C) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 1C. RGB value is (98,22,28). Sum of RGB (Red+Green+Blue) = 98+22+28=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161C is #9DE9E3. Grayscale: #2D2D2D. Windows color (decimal): -10349028 or 1840738. OLE color: 1840738.

HSL color Cylindrical-coordinate representation of color #62161C: hue angle of 355.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62161C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB982228-
CMYK00.780.710.62
HSL355.26º63.33%23.53%-
HSV(B)355.26º77.55%38.43%-
XYZ5.533.251.44-
YUV45.41118.18165.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=66.22%
G=14.86%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98222800.780.710.62355.2663.3323.53
Hex62161C04E473E1633f18
Octal14226340116107765437730
Binary1100010101101110001001110100011111111010110001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,22,28); }

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

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

 a { background-color: rgb(98,22,28); }

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

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

 span { border-color: rgb(98,22,28); }

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