#62171A

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

Shades of Pohutukawa #62171A

Tints of Pohutukawa #62171A

Color information

#62171A (or 0x62171A) is unknown color: approx Pohutukawa. HEX triplet: 62, 17 and 1A. RGB value is (98,23,26). Sum of RGB (Red+Green+Blue) = 98+23+26=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171A is #9DE8E5. Grayscale: #2D2D2D. Windows color (decimal): -10348774 or 1709922. OLE color: 1709922.

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

Color convert

RGB982326-
CMYK00.770.730.62
HSL357.6º61.98%23.73%-
HSV(B)357.6º76.53%38.43%-
XYZ5.533.281.32-
YUV45.77116.85165.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=66.67%
G=15.65%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98232600.770.730.62357.661.9823.73
Hex62171A04D493E1663e18
Octal14227320115111765467630
Binary1100010101111101001001101100100111111010110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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