Html Css Color HEX #611546 Pompadour

📋 copy color: '#611546'

red 97 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #611546

Tints of Pompadour #611546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 51.6%
G = 11.17%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#611546 (or 0x611546) is known color: Pompadour. HEX triplet: 61, 15 and 46. RGB value is (97,21,70). Sum of RGB (Red+Green+Blue) = 97+21+70=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #611546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611546 is #9EEAB9. Grayscale: #313131. Windows color (decimal): -10414778 or 4592993. OLE color: 4592993.

HSL color Cylindrical-coordinate representation of color #611546: hue angle of 321.32º 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 #611546 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 70 -
CMYK 0 0.78 0.28 0.62
HSL 321.32º 0.64% 0.23% -
HSV(B) 321.32º 0.78% 0.38% -
XYZ 6.3 3.52 6.14 -
YUV 49.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 97 21 70 0 0.78 0.28 0.62 321.32 0.64 0.23
Hex 61 15 46 0 4E 1C 3E 141 40 17
Octal 141 25 106 0 116 34 76 501 100 27
Binary 1100001 10101 1000110 0 1001110 11100 111110 101000001 1000000 10111

Color Harmonies of #611546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611546

Black with #611546

Text Example


Text Example

White with #611546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611546; }

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

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

background-color css

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

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

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

border-color css

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

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

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