#62171C

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

Shades of Pohutukawa #62171C

Tints of Pohutukawa #62171C

Color information

#62171C (or 0x62171C) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 1C. RGB value is (98,23,28). Sum of RGB (Red+Green+Blue) = 98+23+28=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171C is #9DE8E3. Grayscale: #2E2E2E. Windows color (decimal): -10348772 or 1840994. OLE color: 1840994.

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

Color convert

RGB982328-
CMYK00.770.710.62
HSL356º61.98%23.73%-
HSV(B)356º76.53%38.43%-
XYZ5.553.291.44-
YUV46117.85165.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=65.77%
G=15.44%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98232800.770.710.6235661.9823.73
Hex62171C04D473E1643e18
Octal14227340115107765447630
Binary1100010101111110001001101100011111111010110010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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