Html Css Color HEX #63124D Pompadour

📋 copy color: '#63124D'

red 99 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #63124D

Tints of Pompadour #63124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 51.03%
G = 9.28%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63124D (or 0x63124D) is known color: Pompadour. HEX triplet: 63, 12 and 4D. RGB value is (99,18,77). Sum of RGB (Red+Green+Blue) = 99+18+77=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63124D is #9CEDB2. Grayscale: #303030. Windows color (decimal): -10284467 or 5050979. OLE color: 5050979.

HSL color Cylindrical-coordinate representation of color #63124D: hue angle of 316.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63124D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 77 -
CMYK 0 0.82 0.22 0.61
HSL 316.3º 0.69% 0.23% -
HSV(B) 316.3º 0.82% 0.39% -
XYZ 6.7 3.62 7.37 -
YUV 48.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 99 18 77 0 0.82 0.22 0.61 316.3 0.69 0.23
Hex 63 12 4D 0 52 16 3D 13C 45 17
Octal 143 22 115 0 122 26 75 474 105 27
Binary 1100011 10010 1001101 0 1010010 10110 111101 100111100 1000101 10111

Color Harmonies of #63124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63124D

Black with #63124D

Text Example


Text Example

White with #63124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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