Html Css Color HEX #611D4A Pompadour

📋 copy color: '#611D4A'

red 97 ◦ green 29 ◦ blue 74

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

Shades of Pompadour #611D4A

Tints of Pompadour #611D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

 BLUE value IS 74 (29.3% from 255) = 37%

R = 48.5%
G = 14.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#611D4A (or 0x611D4A) is known color: Pompadour. HEX triplet: 61, 1D and 4A. RGB value is (97,29,74). Sum of RGB (Red+Green+Blue) = 97+29+74=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D4A is #9EE2B5. Grayscale: #363636. Windows color (decimal): -10412726 or 4857185. OLE color: 4857185.

HSL color Cylindrical-coordinate representation of color #611D4A: hue angle of 320.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D4A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 74 -
CMYK 0 0.70 0.24 0.62
HSL 320.29º 0.54% 0.25% -
HSV(B) 320.29º 0.7% 0.38% -
XYZ 6.61 3.91 6.89 -
YUV 54.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 97 29 74 0 0.70 0.24 0.62 320.29 0.54 0.25
Hex 61 1D 4A 0 46 18 3E 140 36 19
Octal 141 35 112 0 106 30 76 500 66 31
Binary 1100001 11101 1001010 0 1000110 11000 111110 101000000 110110 11001

Color Harmonies of #611D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D4A

Black with #611D4A

Text Example


Text Example

White with #611D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,74); }

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

background-color css

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

 a { background-color: rgb(97,29,74); }

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

border-color css

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

 span { border-color: rgb(97,29,74); }

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