Html Css Color HEX #611549 Pompadour

📋 copy color: '#611549'

red 97 ◦ green 21 ◦ blue 73

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

Shades of Pompadour #611549

Tints of Pompadour #611549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 50.79%
G = 10.99%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#611549 (or 0x611549) is known color: Pompadour. HEX triplet: 61, 15 and 49. RGB value is (97,21,73). Sum of RGB (Red+Green+Blue) = 97+21+73=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611549 is #9EEAB6. Grayscale: #313131. Windows color (decimal): -10414775 or 4789601. OLE color: 4789601.

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

Color convert

RGB 97 21 73 -
CMYK 0 0.78 0.25 0.62
HSL 318.95º 0.64% 0.23% -
HSV(B) 318.95º 0.78% 0.38% -
XYZ 6.4 3.56 6.65 -
YUV 49.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 97 21 73 0 0.78 0.25 0.62 318.95 0.64 0.23
Hex 61 15 49 0 4E 19 3E 13F 40 17
Octal 141 25 111 0 116 31 76 477 100 27
Binary 1100001 10101 1001001 0 1001110 11001 111110 100111111 1000000 10111

Color Harmonies of #611549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611549

Black with #611549

Text Example


Text Example

White with #611549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611549; }

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

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

background-color css

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

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

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

border-color css

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

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

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