Html Css Color HEX #62164F Pompadour

📋 copy color: '#62164F'

red 98 ◦ green 22 ◦ blue 79

#62164F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #62164F

Tints of Pompadour #62164F

RGB

 RED value IS 98 (38.67% from 255) = 49.25%

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 49.25%
G = 11.06%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62164F (or 0x62164F) is known color: Pompadour. HEX triplet: 62, 16 and 4F. RGB value is (98,22,79). Sum of RGB (Red+Green+Blue) = 98+22+79=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #62164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62164F is #9DE9B0. Grayscale: #333333. Windows color (decimal): -10348977 or 5183074. OLE color: 5183074.

HSL color Cylindrical-coordinate representation of color #62164F: hue angle of 315º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62164F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 79 -
CMYK 0 0.78 0.19 0.62
HSL 315º 0.63% 0.24% -
HSV(B) 315º 0.78% 0.38% -
XYZ 6.74 3.74 7.76 -
YUV 51.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 98 22 79 0 0.78 0.19 0.62 315 0.63 0.24
Hex 62 16 4F 0 4E 13 3E 13B 3F 18
Octal 142 26 117 0 116 23 76 473 77 30
Binary 1100010 10110 1001111 0 1001110 10011 111110 100111011 111111 11000

Color Harmonies of #62164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62164F

Black with #62164F

Text Example


Text Example

White with #62164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62164F; }

 p { color: rgb(98,22,79); }

 H1.HeaderClassName
 {
   color: #62164F;
 }
 .AnyTagClassName
 {
   color: #62164F;
 }
</style>

background-color css

<style>
 a { background-color: #62164F; }

 a { background-color: rgb(98,22,79); }

 div.DivClassName
 {
   background-color: #62164F;
 }
 .BgClassName
 {
   background-color: #62164F;
 }
</style>

border-color css

<style>
 span { border-color: #62164F; }

 span { border-color: rgb(98,22,79); }

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