Html Css Color HEX #63164D Pompadour

📋 copy color: '#63164D'

red 99 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #63164D

Tints of Pompadour #63164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 50%
G = 11.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63164D (or 0x63164D) is known color: Pompadour. HEX triplet: 63, 16 and 4D. RGB value is (99,22,77). Sum of RGB (Red+Green+Blue) = 99+22+77=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63164D is #9CE9B2. Grayscale: #333333. Windows color (decimal): -10283443 or 5052003. OLE color: 5052003.

HSL color Cylindrical-coordinate representation of color #63164D: hue angle of 317.14º 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 #63164D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 77 -
CMYK 0 0.78 0.22 0.61
HSL 317.14º 0.64% 0.24% -
HSV(B) 317.14º 0.78% 0.39% -
XYZ 6.77 3.76 7.39 -
YUV 51.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 99 22 77 0 0.78 0.22 0.61 317.14 0.64 0.24
Hex 63 16 4D 0 4E 16 3D 13D 40 18
Octal 143 26 115 0 116 26 75 475 100 30
Binary 1100011 10110 1001101 0 1001110 10110 111101 100111101 1000000 11000

Color Harmonies of #63164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63164D

Black with #63164D

Text Example


Text Example

White with #63164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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