Html Css Color HEX #611945 Pompadour

📋 copy color: '#611945'

red 97 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #611945

Tints of Pompadour #611945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 50.79%
G = 13.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#611945 (or 0x611945) is known color: Pompadour. HEX triplet: 61, 19 and 45. RGB value is (97,25,69). Sum of RGB (Red+Green+Blue) = 97+25+69=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611945 is #9EE6BA. Grayscale: #333333. Windows color (decimal): -10413755 or 4528481. OLE color: 4528481.

HSL color Cylindrical-coordinate representation of color #611945: hue angle of 323.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611945 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 69 -
CMYK 0 0.74 0.29 0.62
HSL 323.33º 0.59% 0.24% -
HSV(B) 323.33º 0.74% 0.38% -
XYZ 6.35 3.67 6 -
YUV 51.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 97 25 69 0 0.74 0.29 0.62 323.33 0.59 0.24
Hex 61 19 45 0 4A 1D 3E 143 3B 18
Octal 141 31 105 0 112 35 76 503 73 30
Binary 1100001 11001 1000101 0 1001010 11101 111110 101000011 111011 11000

Color Harmonies of #611945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611945

Black with #611945

Text Example


Text Example

White with #611945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611945; }

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

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

background-color css

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

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

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

border-color css

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

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

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