Html Css Color HEX #631946 Pompadour

📋 copy color: '#631946'

red 99 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #631946

Tints of Pompadour #631946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 51.03%
G = 12.89%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#631946 (or 0x631946) is known color: Pompadour. HEX triplet: 63, 19 and 46. RGB value is (99,25,70). Sum of RGB (Red+Green+Blue) = 99+25+70=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631946 is #9CE6B9. Grayscale: #343434. Windows color (decimal): -10282682 or 4594019. OLE color: 4594019.

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

Color convert

RGB 99 25 70 -
CMYK 0 0.75 0.29 0.61
HSL 323.51º 0.6% 0.24% -
HSV(B) 323.51º 0.75% 0.39% -
XYZ 6.6 3.79 6.18 -
YUV 52.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 99 25 70 0 0.75 0.29 0.61 323.51 0.6 0.24
Hex 63 19 46 0 4B 1D 3D 144 3C 18
Octal 143 31 106 0 113 35 75 504 74 30
Binary 1100011 11001 1000110 0 1001011 11101 111101 101000100 111100 11000

Color Harmonies of #631946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631946

Black with #631946

Text Example


Text Example

White with #631946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631946; }

 p { color: rgb(99,25,70); }

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

background-color css

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

 a { background-color: rgb(99,25,70); }

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

border-color css

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

 span { border-color: rgb(99,25,70); }

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