Html Css Color HEX #63194C Pompadour

📋 copy color: '#63194C'

red 99 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #63194C

Tints of Pompadour #63194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 49.5%
G = 12.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63194C (or 0x63194C) is known color: Pompadour. HEX triplet: 63, 19 and 4C. RGB value is (99,25,76). Sum of RGB (Red+Green+Blue) = 99+25+76=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63194C is #9CE6B3. Grayscale: #343434. Windows color (decimal): -10282676 or 4987235. OLE color: 4987235.

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

Color convert

RGB 99 25 76 -
CMYK 0 0.75 0.23 0.61
HSL 318.65º 0.6% 0.24% -
HSV(B) 318.65º 0.75% 0.39% -
XYZ 6.8 3.87 7.23 -
YUV 52.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 99 25 76 0 0.75 0.23 0.61 318.65 0.6 0.24
Hex 63 19 4C 0 4B 17 3D 13F 3C 18
Octal 143 31 114 0 113 27 75 477 74 30
Binary 1100011 11001 1001100 0 1001011 10111 111101 100111111 111100 11000

Color Harmonies of #63194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63194C

Black with #63194C

Text Example


Text Example

White with #63194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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