Html Css Color HEX #63194F Pompadour

📋 copy color: '#63194F'

red 99 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #63194F

Tints of Pompadour #63194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 48.77%
G = 12.32%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63194F (or 0x63194F) is known color: Pompadour. HEX triplet: 63, 19 and 4F. RGB value is (99,25,79). Sum of RGB (Red+Green+Blue) = 99+25+79=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #63194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63194F is #9CE6B0. Grayscale: #353535. Windows color (decimal): -10282673 or 5183843. OLE color: 5183843.

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

Color convert

RGB 99 25 79 -
CMYK 0 0.75 0.20 0.61
HSL 316.22º 0.6% 0.24% -
HSV(B) 316.22º 0.75% 0.39% -
XYZ 6.9 3.91 7.79 -
YUV 53.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 99 25 79 0 0.75 0.20 0.61 316.22 0.6 0.24
Hex 63 19 4F 0 4B 14 3D 13C 3C 18
Octal 143 31 117 0 113 24 75 474 74 30
Binary 1100011 11001 1001111 0 1001011 10100 111101 100111100 111100 11000

Color Harmonies of #63194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63194F

Black with #63194F

Text Example


Text Example

White with #63194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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