Html Css Color HEX #611540 Pompadour

📋 copy color: '#611540'

red 97 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #611540

Tints of Pompadour #611540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 53.3%
G = 11.54%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#611540 (or 0x611540) is known color: Pompadour. HEX triplet: 61, 15 and 40. RGB value is (97,21,64). Sum of RGB (Red+Green+Blue) = 97+21+64=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611540 is #9EEABF. Grayscale: #303030. Windows color (decimal): -10414784 or 4199777. OLE color: 4199777.

HSL color Cylindrical-coordinate representation of color #611540: hue angle of 326.05º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611540 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 64 -
CMYK 0 0.78 0.34 0.62
HSL 326.05º 0.64% 0.23% -
HSV(B) 326.05º 0.78% 0.38% -
XYZ 6.12 3.45 5.19 -
YUV 48.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 97 21 64 0 0.78 0.34 0.62 326.05 0.64 0.23
Hex 61 15 40 0 4E 22 3E 146 40 17
Octal 141 25 100 0 116 42 76 506 100 27
Binary 1100001 10101 1000000 0 1001110 100010 111110 101000110 1000000 10111

Color Harmonies of #611540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611540

Black with #611540

Text Example


Text Example

White with #611540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611540; }

 p { color: rgb(97,21,64); }

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

background-color css

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

 a { background-color: rgb(97,21,64); }

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

border-color css

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

 span { border-color: rgb(97,21,64); }

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