Html Css Color HEX #611E3C Pompadour

📋 copy color: '#611E3C'

red 97 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #611E3C

Tints of Pompadour #611E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 51.87%
G = 16.04%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#611E3C (or 0x611E3C) is known color: Pompadour. HEX triplet: 61, 1E and 3C. RGB value is (97,30,60). Sum of RGB (Red+Green+Blue) = 97+30+60=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E3C is #9EE1C3. Grayscale: #353535. Windows color (decimal): -10412484 or 3939937. OLE color: 3939937.

HSL color Cylindrical-coordinate representation of color #611E3C: hue angle of 333.13º 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 #611E3C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 60 -
CMYK 0 0.69 0.38 0.62
HSL 333.13º 0.53% 0.25% -
HSV(B) 333.13º 0.69% 0.38% -
XYZ 6.21 3.8 4.68 -
YUV 53.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 97 30 60 0 0.69 0.38 0.62 333.13 0.53 0.25
Hex 61 1E 3C 0 45 26 3E 14D 35 19
Octal 141 36 74 0 105 46 76 515 65 31
Binary 1100001 11110 111100 0 1000101 100110 111110 101001101 110101 11001

Color Harmonies of #611E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E3C

Black with #611E3C

Text Example


Text Example

White with #611E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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