Html Css Color HEX #63204E Pompadour

📋 copy color: '#63204E'

red 99 ◦ green 32 ◦ blue 78

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

Shades of Pompadour #63204E

Tints of Pompadour #63204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 47.37%
G = 15.31%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63204E (or 0x63204E) is known color: Pompadour. HEX triplet: 63, 20 and 4E. RGB value is (99,32,78). Sum of RGB (Red+Green+Blue) = 99+32+78=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63204E is #9CDFB1. Grayscale: #393939. Windows color (decimal): -10280882 or 5120099. OLE color: 5120099.

HSL color Cylindrical-coordinate representation of color #63204E: hue angle of 318.81º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63204E is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 78 -
CMYK 0 0.68 0.21 0.61
HSL 318.81º 0.51% 0.26% -
HSV(B) 318.81º 0.68% 0.39% -
XYZ 7.04 4.24 7.65 -
YUV 57.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 99 32 78 0 0.68 0.21 0.61 318.81 0.51 0.26
Hex 63 20 4E 0 44 15 3D 13F 33 1A
Octal 143 40 116 0 104 25 75 477 63 32
Binary 1100011 100000 1001110 0 1000100 10101 111101 100111111 110011 11010

Color Harmonies of #63204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63204E

Black with #63204E

Text Example


Text Example

White with #63204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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