Html Css Color HEX #611449 Pompadour

📋 copy color: '#611449'

red 97 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #611449

Tints of Pompadour #611449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 51.05%
G = 10.53%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#611449 (or 0x611449) is known color: Pompadour. HEX triplet: 61, 14 and 49. RGB value is (97,20,73). Sum of RGB (Red+Green+Blue) = 97+20+73=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #611449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611449 is #9EEBB6. Grayscale: #303030. Windows color (decimal): -10415031 or 4789345. OLE color: 4789345.

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

Color convert

RGB 97 20 73 -
CMYK 0 0.79 0.25 0.62
HSL 318.7º 0.66% 0.23% -
HSV(B) 318.7º 0.79% 0.38% -
XYZ 6.38 3.52 6.65 -
YUV 49.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 97 20 73 0 0.79 0.25 0.62 318.7 0.66 0.23
Hex 61 14 49 0 4F 19 3E 13F 42 17
Octal 141 24 111 0 117 31 76 477 102 27
Binary 1100001 10100 1001001 0 1001111 11001 111110 100111111 1000010 10111

Color Harmonies of #611449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611449

Black with #611449

Text Example


Text Example

White with #611449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611449; }

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

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

background-color css

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

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

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

border-color css

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

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

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