Html Css Color HEX #63124E Pompadour

📋 copy color: '#63124E'

red 99 ◦ green 18 ◦ blue 78

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

Shades of Pompadour #63124E

Tints of Pompadour #63124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 50.77%
G = 9.23%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63124E (or 0x63124E) is known color: Pompadour. HEX triplet: 63, 12 and 4E. RGB value is (99,18,78). Sum of RGB (Red+Green+Blue) = 99+18+78=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63124E is #9CEDB1. Grayscale: #303030. Windows color (decimal): -10284466 or 5116515. OLE color: 5116515.

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

Color convert

RGB 99 18 78 -
CMYK 0 0.82 0.21 0.61
HSL 315.56º 0.69% 0.23% -
HSV(B) 315.56º 0.82% 0.39% -
XYZ 6.74 3.64 7.55 -
YUV 49.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 99 18 78 0 0.82 0.21 0.61 315.56 0.69 0.23
Hex 63 12 4E 0 52 15 3D 13C 45 17
Octal 143 22 116 0 122 25 75 474 105 27
Binary 1100011 10010 1001110 0 1010010 10101 111101 100111100 1000101 10111

Color Harmonies of #63124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63124E

Black with #63124E

Text Example


Text Example

White with #63124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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