Html Css Color HEX #63144C Pompadour

📋 copy color: '#63144C'

red 99 ◦ green 20 ◦ blue 76

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

Shades of Pompadour #63144C

Tints of Pompadour #63144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 50.77%
G = 10.26%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63144C (or 0x63144C) is known color: Pompadour. HEX triplet: 63, 14 and 4C. RGB value is (99,20,76). Sum of RGB (Red+Green+Blue) = 99+20+76=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63144C is #9CEBB3. Grayscale: #313131. Windows color (decimal): -10283956 or 4985955. OLE color: 4985955.

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

Color convert

RGB 99 20 76 -
CMYK 0 0.80 0.23 0.61
HSL 317.47º 0.66% 0.23% -
HSV(B) 317.47º 0.8% 0.39% -
XYZ 6.7 3.67 7.19 -
YUV 50.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 99 20 76 0 0.80 0.23 0.61 317.47 0.66 0.23
Hex 63 14 4C 0 50 17 3D 13D 42 17
Octal 143 24 114 0 120 27 75 475 102 27
Binary 1100011 10100 1001100 0 1010000 10111 111101 100111101 1000010 10111

Color Harmonies of #63144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63144C

Black with #63144C

Text Example


Text Example

White with #63144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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