Html Css Color HEX #63164A Pompadour

📋 copy color: '#63164A'

red 99 ◦ green 22 ◦ blue 74

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

Shades of Pompadour #63164A

Tints of Pompadour #63164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 50.77%
G = 11.28%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63164A (or 0x63164A) is known color: Pompadour. HEX triplet: 63, 16 and 4A. RGB value is (99,22,74). Sum of RGB (Red+Green+Blue) = 99+22+74=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63164A is #9CE9B5. Grayscale: #323232. Windows color (decimal): -10283446 or 4855395. OLE color: 4855395.

HSL color Cylindrical-coordinate representation of color #63164A: hue angle of 319.48º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63164A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 74 -
CMYK 0 0.78 0.25 0.61
HSL 319.48º 0.64% 0.24% -
HSV(B) 319.48º 0.78% 0.39% -
XYZ 6.67 3.72 6.85 -
YUV 50.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 99 22 74 0 0.78 0.25 0.61 319.48 0.64 0.24
Hex 63 16 4A 0 4E 19 3D 13F 40 18
Octal 143 26 112 0 116 31 75 477 100 30
Binary 1100011 10110 1001010 0 1001110 11001 111101 100111111 1000000 11000

Color Harmonies of #63164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63164A

Black with #63164A

Text Example


Text Example

White with #63164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63164A; }

 p { color: rgb(99,22,74); }

 H1.HeaderClassName
 {
   color: #63164A;
 }
 .AnyTagClassName
 {
   color: #63164A;
 }
</style>

background-color css

<style>
 a { background-color: #63164A; }

 a { background-color: rgb(99,22,74); }

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

border-color css

<style>
 span { border-color: #63164A; }

 span { border-color: rgb(99,22,74); }

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