Html Css Color HEX #62214A Pompadour

📋 copy color: '#62214A'

red 98 ◦ green 33 ◦ blue 74

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

Shades of Pompadour #62214A

Tints of Pompadour #62214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 47.8%
G = 16.1%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62214A (or 0x62214A) is known color: Pompadour. HEX triplet: 62, 21 and 4A. RGB value is (98,33,74). Sum of RGB (Red+Green+Blue) = 98+33+74=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #62214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62214A is #9DDEB5. Grayscale: #393939. Windows color (decimal): -10346166 or 4858210. OLE color: 4858210.

HSL color Cylindrical-coordinate representation of color #62214A: hue angle of 322.15º 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 #62214A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 74 -
CMYK 0 0.66 0.24 0.62
HSL 322.15º 0.5% 0.26% -
HSV(B) 322.15º 0.66% 0.38% -
XYZ 6.82 4.18 6.93 -
YUV 57.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 98 33 74 0 0.66 0.24 0.62 322.15 0.5 0.26
Hex 62 21 4A 0 42 18 3E 142 32 1A
Octal 142 41 112 0 102 30 76 502 62 32
Binary 1100010 100001 1001010 0 1000010 11000 111110 101000010 110010 11010

Color Harmonies of #62214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62214A

Black with #62214A

Text Example


Text Example

White with #62214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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