Html Css Color HEX #62214D Pompadour

📋 copy color: '#62214D'

red 98 ◦ green 33 ◦ blue 77

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

Shades of Pompadour #62214D

Tints of Pompadour #62214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 47.12%
G = 15.87%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#62214D (or 0x62214D) is known color: Pompadour. HEX triplet: 62, 21 and 4D. RGB value is (98,33,77). Sum of RGB (Red+Green+Blue) = 98+33+77=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62214D is #9DDEB2. Grayscale: #393939. Windows color (decimal): -10346163 or 5054818. OLE color: 5054818.

HSL color Cylindrical-coordinate representation of color #62214D: hue angle of 319.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62214D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 77 -
CMYK 0 0.66 0.21 0.62
HSL 319.38º 0.5% 0.26% -
HSV(B) 319.38º 0.66% 0.38% -
XYZ 6.92 4.22 7.47 -
YUV 57.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 98 33 77 0 0.66 0.21 0.62 319.38 0.5 0.26
Hex 62 21 4D 0 42 15 3E 13F 32 1A
Octal 142 41 115 0 102 25 76 477 62 32
Binary 1100010 100001 1001101 0 1000010 10101 111110 100111111 110010 11010

Color Harmonies of #62214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62214D

Black with #62214D

Text Example


Text Example

White with #62214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62214D; }

 p { color: rgb(98,33,77); }

 H1.HeaderClassName
 {
   color: #62214D;
 }
 .AnyTagClassName
 {
   color: #62214D;
 }
</style>

background-color css

<style>
 a { background-color: #62214D; }

 a { background-color: rgb(98,33,77); }

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

border-color css

<style>
 span { border-color: #62214D; }

 span { border-color: rgb(98,33,77); }

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