#62181B

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

Shades of Pohutukawa #62181B

Tints of Pohutukawa #62181B

Color information

#62181B (or 0x62181B) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 1B. RGB value is (98,24,27). Sum of RGB (Red+Green+Blue) = 98+24+27=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62181B is #9DE7E4. Grayscale: #2E2E2E. Windows color (decimal): -10348517 or 1775714. OLE color: 1775714.

HSL color Cylindrical-coordinate representation of color #62181B: hue angle of 357.57º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62181B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB982427-
CMYK00.760.720.62
HSL357.57º60.66%23.92%-
HSV(B)357.57º75.51%38.43%-
XYZ5.563.331.39-
YUV46.47117.02164.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=65.77%
G=16.11%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242700.760.720.62357.5760.6623.92
Hex62181B04C483E1663d18
Octal14230330114110765467530
Binary1100010110001101101001100100100011111010110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,24,27); }

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

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

 a { background-color: rgb(98,24,27); }

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

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

 span { border-color: rgb(98,24,27); }

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