Html Css Color HEX #63214E Pompadour

📋 copy color: '#63214E'

red 99 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #63214E

Tints of Pompadour #63214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 47.14%
G = 15.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63214E (or 0x63214E) is known color: Pompadour. HEX triplet: 63, 21 and 4E. RGB value is (99,33,78). Sum of RGB (Red+Green+Blue) = 99+33+78=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63214E is #9CDEB1. Grayscale: #393939. Windows color (decimal): -10280626 or 5120355. OLE color: 5120355.

HSL color Cylindrical-coordinate representation of color #63214E: hue angle of 319.09º 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 #63214E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 78 -
CMYK 0 0.67 0.21 0.61
HSL 319.09º 0.5% 0.26% -
HSV(B) 319.09º 0.67% 0.39% -
XYZ 7.06 4.29 7.66 -
YUV 57.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 99 33 78 0 0.67 0.21 0.61 319.09 0.5 0.26
Hex 63 21 4E 0 43 15 3D 13F 32 1A
Octal 143 41 116 0 103 25 75 477 62 32
Binary 1100011 100001 1001110 0 1000011 10101 111101 100111111 110010 11010

Color Harmonies of #63214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63214E

Black with #63214E

Text Example


Text Example

White with #63214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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