#62182C

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

Shades of Pohutukawa #62182C

Tints of Pohutukawa #62182C

Color information

#62182C (or 0x62182C) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 2C. RGB value is (98,24,44). Sum of RGB (Red+Green+Blue) = 98+24+44=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182C is #9DE7D3. Grayscale: #303030. Windows color (decimal): -10348500 or 2889826. OLE color: 2889826.

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

Color convert

RGB982444-
CMYK00.760.550.62
HSL343.78º60.66%23.92%-
HSV(B)343.78º75.51%38.43%-
XYZ5.823.432.74-
YUV48.41125.52163.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=59.04%
G=14.46%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98244400.760.550.62343.7860.6623.92
Hex62182C04C373E1583d18
Octal1423054011467765307530
Binary1100010110001011000100110011011111111010101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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