Html Css Color HEX #611E40 Pompadour

📋 copy color: '#611E40'

red 97 ◦ green 30 ◦ blue 64

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

Shades of Pompadour #611E40

Tints of Pompadour #611E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.71%

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

R = 50.79%
G = 15.71%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#611E40 (or 0x611E40) is known color: Pompadour. HEX triplet: 61, 1E and 40. RGB value is (97,30,64). Sum of RGB (Red+Green+Blue) = 97+30+64=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E40 is #9EE1BF. Grayscale: #353535. Windows color (decimal): -10412480 or 4202081. OLE color: 4202081.

HSL color Cylindrical-coordinate representation of color #611E40: hue angle of 329.55º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E40 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 64 -
CMYK 0 0.69 0.34 0.62
HSL 329.55º 0.53% 0.25% -
HSV(B) 329.55º 0.69% 0.38% -
XYZ 6.32 3.84 5.26 -
YUV 53.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 97 30 64 0 0.69 0.34 0.62 329.55 0.53 0.25
Hex 61 1E 40 0 45 22 3E 14A 35 19
Octal 141 36 100 0 105 42 76 512 65 31
Binary 1100001 11110 1000000 0 1000101 100010 111110 101001010 110101 11001

Color Harmonies of #611E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E40

Black with #611E40

Text Example


Text Example

White with #611E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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