#62171B

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

Shades of Pohutukawa #62171B

Tints of Pohutukawa #62171B

Color information

#62171B (or 0x62171B) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 1B. RGB value is (98,23,27). Sum of RGB (Red+Green+Blue) = 98+23+27=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171B is #9DE8E4. Grayscale: #2D2D2D. Windows color (decimal): -10348773 or 1775458. OLE color: 1775458.

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

Color convert

RGB982327-
CMYK00.770.720.62
HSL356.8º61.98%23.73%-
HSV(B)356.8º76.53%38.43%-
XYZ5.543.291.38-
YUV45.88117.35165.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=66.22%
G=15.54%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98232700.770.720.62356.861.9823.73
Hex62171B04D483E1653e18
Octal14227330115110765457630
Binary1100010101111101101001101100100011111010110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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