Html Css Color HEX #611D3C Pompadour

📋 copy color: '#611D3C'

red 97 ◦ green 29 ◦ blue 60

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

Shades of Pompadour #611D3C

Tints of Pompadour #611D3C

RGB

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

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

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

R = 52.15%
G = 15.59%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#611D3C (or 0x611D3C) is known color: Pompadour. HEX triplet: 61, 1D and 3C. RGB value is (97,29,60). Sum of RGB (Red+Green+Blue) = 97+29+60=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D3C is #9EE2C3. Grayscale: #343434. Windows color (decimal): -10412740 or 3939681. OLE color: 3939681.

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

Color convert

RGB 97 29 60 -
CMYK 0 0.70 0.38 0.62
HSL 332.65º 0.54% 0.25% -
HSV(B) 332.65º 0.7% 0.38% -
XYZ 6.18 3.75 4.67 -
YUV 52.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 97 29 60 0 0.70 0.38 0.62 332.65 0.54 0.25
Hex 61 1D 3C 0 46 26 3E 14D 36 19
Octal 141 35 74 0 106 46 76 515 66 31
Binary 1100001 11101 111100 0 1000110 100110 111110 101001101 110110 11001

Color Harmonies of #611D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D3C

Black with #611D3C

Text Example


Text Example

White with #611D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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