#62182B

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

Shades of Pohutukawa #62182B

Tints of Pohutukawa #62182B

Color information

#62182B (or 0x62182B) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 2B. RGB value is (98,24,43). Sum of RGB (Red+Green+Blue) = 98+24+43=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182B is #9DE7D4. Grayscale: #303030. Windows color (decimal): -10348501 or 2824290. OLE color: 2824290.

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

Color convert

RGB982443-
CMYK00.760.560.62
HSL344.59º60.66%23.92%-
HSV(B)344.59º75.51%38.43%-
XYZ5.83.422.64-
YUV48.29125.02163.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=59.39%
G=14.55%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98244300.760.560.62344.5960.6623.92
Hex62182B04C383E1593d18
Octal1423053011470765317530
Binary1100010110001010110100110011100011111010101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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