Html Css Color HEX #611640 Pompadour

📋 copy color: '#611640'

red 97 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #611640

Tints of Pompadour #611640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 53.01%
G = 12.02%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#611640 (or 0x611640) is known color: Pompadour. HEX triplet: 61, 16 and 40. RGB value is (97,22,64). Sum of RGB (Red+Green+Blue) = 97+22+64=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611640 is #9EE9BF. Grayscale: #313131. Windows color (decimal): -10414528 or 4200033. OLE color: 4200033.

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

Color convert

RGB 97 22 64 -
CMYK 0 0.77 0.34 0.62
HSL 326.4º 0.63% 0.23% -
HSV(B) 326.4º 0.77% 0.38% -
XYZ 6.14 3.49 5.2 -
YUV 49.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 97 22 64 0 0.77 0.34 0.62 326.4 0.63 0.23
Hex 61 16 40 0 4D 22 3E 146 3F 17
Octal 141 26 100 0 115 42 76 506 77 27
Binary 1100001 10110 1000000 0 1001101 100010 111110 101000110 111111 10111

Color Harmonies of #611640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611640

Black with #611640

Text Example


Text Example

White with #611640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611640; }

 p { color: rgb(97,22,64); }

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

background-color css

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

 a { background-color: rgb(97,22,64); }

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

border-color css

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

 span { border-color: rgb(97,22,64); }

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