Html Css Color HEX #631E40 Pompadour

📋 copy color: '#631E40'

red 99 ◦ green 30 ◦ blue 64

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

Shades of Pompadour #631E40

Tints of Pompadour #631E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 51.3%
G = 15.54%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631E40 (or 0x631E40) is known color: Pompadour. HEX triplet: 63, 1E and 40. RGB value is (99,30,64). Sum of RGB (Red+Green+Blue) = 99+30+64=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #631E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E40 is #9CE1BF. Grayscale: #363636. Windows color (decimal): -10281408 or 4202083. OLE color: 4202083.

HSL color Cylindrical-coordinate representation of color #631E40: hue angle of 330.43º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E40 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 64 -
CMYK 0 0.70 0.35 0.61
HSL 330.43º 0.53% 0.25% -
HSV(B) 330.43º 0.7% 0.39% -
XYZ 6.54 3.95 5.27 -
YUV 54.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 99 30 64 0 0.70 0.35 0.61 330.43 0.53 0.25
Hex 63 1E 40 0 46 23 3D 14A 35 19
Octal 143 36 100 0 106 43 75 512 65 31
Binary 1100011 11110 1000000 0 1000110 100011 111101 101001010 110101 11001

Color Harmonies of #631E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E40

Black with #631E40

Text Example


Text Example

White with #631E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,64); }

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

background-color css

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

 a { background-color: rgb(99,30,64); }

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

border-color css

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

 span { border-color: rgb(99,30,64); }

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