#62182D

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

Shades of Pohutukawa #62182D

Tints of Pohutukawa #62182D

Color information

#62182D (or 0x62182D) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 2D. RGB value is (98,24,45). Sum of RGB (Red+Green+Blue) = 98+24+45=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182D is #9DE7D2. Grayscale: #303030. Windows color (decimal): -10348499 or 2955362. OLE color: 2955362.

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

Color convert

RGB982445-
CMYK00.760.540.62
HSL342.97º60.66%23.92%-
HSV(B)342.97º75.51%38.43%-
XYZ5.843.442.84-
YUV48.52126.02163.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=58.68%
G=14.37%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98244500.760.540.62342.9760.6623.92
Hex62182D04C363E1573d18
Octal1423055011466765277530
Binary1100010110001011010100110011011011111010101011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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