Html Css Color HEX #63214C Pompadour

📋 copy color: '#63214C'

red 99 ◦ green 33 ◦ blue 76

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

Shades of Pompadour #63214C

Tints of Pompadour #63214C

RGB

 RED value IS 99 (39.06% from 255) = 47.6%

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

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

R = 47.6%
G = 15.87%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63214C (or 0x63214C) is known color: Pompadour. HEX triplet: 63, 21 and 4C. RGB value is (99,33,76). Sum of RGB (Red+Green+Blue) = 99+33+76=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63214C is #9CDEB3. Grayscale: #393939. Windows color (decimal): -10280628 or 4989283. OLE color: 4989283.

HSL color Cylindrical-coordinate representation of color #63214C: hue angle of 320.91º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63214C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 76 -
CMYK 0 0.67 0.23 0.61
HSL 320.91º 0.5% 0.26% -
HSV(B) 320.91º 0.67% 0.39% -
XYZ 6.99 4.26 7.29 -
YUV 57.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 99 33 76 0 0.67 0.23 0.61 320.91 0.5 0.26
Hex 63 21 4C 0 43 17 3D 141 32 1A
Octal 143 41 114 0 103 27 75 501 62 32
Binary 1100011 100001 1001100 0 1000011 10111 111101 101000001 110010 11010

Color Harmonies of #63214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63214C

Black with #63214C

Text Example


Text Example

White with #63214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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