Html Css Color HEX #62214C Pompadour

📋 copy color: '#62214C'

red 98 ◦ green 33 ◦ blue 76

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

Shades of Pompadour #62214C

Tints of Pompadour #62214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 47.34%
G = 15.94%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62214C (or 0x62214C) is known color: Pompadour. HEX triplet: 62, 21 and 4C. RGB value is (98,33,76). Sum of RGB (Red+Green+Blue) = 98+33+76=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62214C is #9DDEB3. Grayscale: #393939. Windows color (decimal): -10346164 or 4989282. OLE color: 4989282.

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

Color convert

RGB 98 33 76 -
CMYK 0 0.66 0.22 0.62
HSL 320.31º 0.5% 0.26% -
HSV(B) 320.31º 0.66% 0.38% -
XYZ 6.89 4.21 7.29 -
YUV 57.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 98 33 76 0 0.66 0.22 0.62 320.31 0.5 0.26
Hex 62 21 4C 0 42 16 3E 140 32 1A
Octal 142 41 114 0 102 26 76 500 62 32
Binary 1100010 100001 1001100 0 1000010 10110 111110 101000000 110010 11010

Color Harmonies of #62214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62214C

Black with #62214C

Text Example


Text Example

White with #62214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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