Html Css Color HEX #63124C Pompadour

📋 copy color: '#63124C'

red 99 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #63124C

Tints of Pompadour #63124C

RGB

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

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

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

R = 51.3%
G = 9.33%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63124C (or 0x63124C) is known color: Pompadour. HEX triplet: 63, 12 and 4C. RGB value is (99,18,76). Sum of RGB (Red+Green+Blue) = 99+18+76=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63124C is #9CEDB3. Grayscale: #303030. Windows color (decimal): -10284468 or 4985443. OLE color: 4985443.

HSL color Cylindrical-coordinate representation of color #63124C: hue angle of 317.04º 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 #63124C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 76 -
CMYK 0 0.82 0.23 0.61
HSL 317.04º 0.69% 0.23% -
HSV(B) 317.04º 0.82% 0.39% -
XYZ 6.67 3.61 7.18 -
YUV 48.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 99 18 76 0 0.82 0.23 0.61 317.04 0.69 0.23
Hex 63 12 4C 0 52 17 3D 13D 45 17
Octal 143 22 114 0 122 27 75 475 105 27
Binary 1100011 10010 1001100 0 1010010 10111 111101 100111101 1000101 10111

Color Harmonies of #63124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63124C

Black with #63124C

Text Example


Text Example

White with #63124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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