Html Css Color HEX #631A49 Pompadour

📋 copy color: '#631A49'

red 99 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #631A49

Tints of Pompadour #631A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 50%
G = 13.13%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#631A49 (or 0x631A49) is known color: Pompadour. HEX triplet: 63, 1A and 49. RGB value is (99,26,73). Sum of RGB (Red+Green+Blue) = 99+26+73=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A49 is #9CE5B6. Grayscale: #353535. Windows color (decimal): -10282423 or 4790883. OLE color: 4790883.

HSL color Cylindrical-coordinate representation of color #631A49: hue angle of 321.37º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A49 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 73 -
CMYK 0 0.74 0.26 0.61
HSL 321.37º 0.58% 0.25% -
HSV(B) 321.37º 0.74% 0.39% -
XYZ 6.72 3.87 6.7 -
YUV 53.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 99 26 73 0 0.74 0.26 0.61 321.37 0.58 0.25
Hex 63 1A 49 0 4A 1A 3D 141 3A 19
Octal 143 32 111 0 112 32 75 501 72 31
Binary 1100011 11010 1001001 0 1001010 11010 111101 101000001 111010 11001

Color Harmonies of #631A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A49

Black with #631A49

Text Example


Text Example

White with #631A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A49; }

 p { color: rgb(99,26,73); }

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

background-color css

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

 a { background-color: rgb(99,26,73); }

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

border-color css

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

 span { border-color: rgb(99,26,73); }

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