#62172E

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

Shades of Pohutukawa #62172E

Tints of Pohutukawa #62172E

Color information

#62172E (or 0x62172E) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 2E. RGB value is (98,23,46). Sum of RGB (Red+Green+Blue) = 98+23+46=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172E is #9DE8D1. Grayscale: #303030. Windows color (decimal): -10348754 or 3020642. OLE color: 3020642.

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

Color convert

RGB982346-
CMYK00.770.530.62
HSL341.6º61.98%23.73%-
HSV(B)341.6º76.53%38.43%-
XYZ5.843.412.93-
YUV48.05126.85163.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=58.68%
G=13.77%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98234600.770.530.62341.661.9823.73
Hex62172E04D353E1563e18
Octal1422756011565765267630
Binary1100010101111011100100110111010111111010101011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62172E; }

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

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

<style>
 a { background-color: #62172E; }

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

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

<style>
 span { border-color: #62172E; }

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

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