Html Css Color HEX #611545 Pompadour

📋 copy color: '#611545'

red 97 ◦ green 21 ◦ blue 69

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

Shades of Pompadour #611545

Tints of Pompadour #611545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 51.87%
G = 11.23%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#611545 (or 0x611545) is known color: Pompadour. HEX triplet: 61, 15 and 45. RGB value is (97,21,69). Sum of RGB (Red+Green+Blue) = 97+21+69=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611545 is #9EEABA. Grayscale: #313131. Windows color (decimal): -10414779 or 4527457. OLE color: 4527457.

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

Color convert

RGB 97 21 69 -
CMYK 0 0.78 0.29 0.62
HSL 322.11º 0.64% 0.23% -
HSV(B) 322.11º 0.78% 0.38% -
XYZ 6.27 3.51 5.98 -
YUV 49.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 97 21 69 0 0.78 0.29 0.62 322.11 0.64 0.23
Hex 61 15 45 0 4E 1D 3E 142 40 17
Octal 141 25 105 0 116 35 76 502 100 27
Binary 1100001 10101 1000101 0 1001110 11101 111110 101000010 1000000 10111

Color Harmonies of #611545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611545

Black with #611545

Text Example


Text Example

White with #611545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611545; }

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

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

background-color css

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

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

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

border-color css

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

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

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