Html Css Color HEX #63194E Pompadour

📋 copy color: '#63194E'

red 99 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #63194E

Tints of Pompadour #63194E

RGB

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

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

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

R = 49.01%
G = 12.38%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63194E (or 0x63194E) is known color: Pompadour. HEX triplet: 63, 19 and 4E. RGB value is (99,25,78). Sum of RGB (Red+Green+Blue) = 99+25+78=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63194E is #9CE6B1. Grayscale: #353535. Windows color (decimal): -10282674 or 5118307. OLE color: 5118307.

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

Color convert

RGB 99 25 78 -
CMYK 0 0.75 0.21 0.61
HSL 317.03º 0.6% 0.24% -
HSV(B) 317.03º 0.75% 0.39% -
XYZ 6.87 3.9 7.6 -
YUV 53.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 99 25 78 0 0.75 0.21 0.61 317.03 0.6 0.24
Hex 63 19 4E 0 4B 15 3D 13D 3C 18
Octal 143 31 116 0 113 25 75 475 74 30
Binary 1100011 11001 1001110 0 1001011 10101 111101 100111101 111100 11000

Color Harmonies of #63194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63194E

Black with #63194E

Text Example


Text Example

White with #63194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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