Html Css Color HEX #631547 Pompadour

📋 copy color: '#631547'

red 99 ◦ green 21 ◦ blue 71

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

Shades of Pompadour #631547

Tints of Pompadour #631547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 51.83%
G = 10.99%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#631547 (or 0x631547) is known color: Pompadour. HEX triplet: 63, 15 and 47. RGB value is (99,21,71). Sum of RGB (Red+Green+Blue) = 99+21+71=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631547 is #9CEAB8. Grayscale: #313131. Windows color (decimal): -10283705 or 4658531. OLE color: 4658531.

HSL color Cylindrical-coordinate representation of color #631547: hue angle of 321.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631547 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 71 -
CMYK 0 0.79 0.28 0.61
HSL 321.54º 0.65% 0.24% -
HSV(B) 321.54º 0.79% 0.39% -
XYZ 6.55 3.64 6.32 -
YUV 50.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 99 21 71 0 0.79 0.28 0.61 321.54 0.65 0.24
Hex 63 15 47 0 4F 1C 3D 142 41 18
Octal 143 25 107 0 117 34 75 502 101 30
Binary 1100011 10101 1000111 0 1001111 11100 111101 101000010 1000001 11000

Color Harmonies of #631547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631547

Black with #631547

Text Example


Text Example

White with #631547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631547; }

 p { color: rgb(99,21,71); }

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

background-color css

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

 a { background-color: rgb(99,21,71); }

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

border-color css

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

 span { border-color: rgb(99,21,71); }

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