Html Css Color HEX #611E4D Pompadour

📋 copy color: '#611E4D'

red 97 ◦ green 30 ◦ blue 77

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

Shades of Pompadour #611E4D

Tints of Pompadour #611E4D

RGB

 RED value IS 97 (38.28% from 255) = 47.55%

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

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 47.55%
G = 14.71%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#611E4D (or 0x611E4D) is known color: Pompadour. HEX triplet: 61, 1E and 4D. RGB value is (97,30,77). Sum of RGB (Red+Green+Blue) = 97+30+77=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E4D is #9EE1B2. Grayscale: #373737. Windows color (decimal): -10412467 or 5054049. OLE color: 5054049.

HSL color Cylindrical-coordinate representation of color #611E4D: hue angle of 317.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E4D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 77 -
CMYK 0 0.69 0.21 0.62
HSL 317.91º 0.53% 0.25% -
HSV(B) 317.91º 0.69% 0.38% -
XYZ 6.73 4.01 7.44 -
YUV 55.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 97 30 77 0 0.69 0.21 0.62 317.91 0.53 0.25
Hex 61 1E 4D 0 45 15 3E 13E 35 19
Octal 141 36 115 0 105 25 76 476 65 31
Binary 1100001 11110 1001101 0 1000101 10101 111110 100111110 110101 11001

Color Harmonies of #611E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E4D

Black with #611E4D

Text Example


Text Example

White with #611E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E4D; }

 p { color: rgb(97,30,77); }

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

background-color css

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

 a { background-color: rgb(97,30,77); }

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

border-color css

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

 span { border-color: rgb(97,30,77); }

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