Html Css Color HEX #611B4D Pompadour

📋 copy color: '#611B4D'

red 97 ◦ green 27 ◦ blue 77

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

Shades of Pompadour #611B4D

Tints of Pompadour #611B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 48.26%
G = 13.43%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#611B4D (or 0x611B4D) is known color: Pompadour. HEX triplet: 61, 1B and 4D. RGB value is (97,27,77). Sum of RGB (Red+Green+Blue) = 97+27+77=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B4D is #9EE4B2. Grayscale: #353535. Windows color (decimal): -10413235 or 5053281. OLE color: 5053281.

HSL color Cylindrical-coordinate representation of color #611B4D: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B4D is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 77 -
CMYK 0 0.72 0.21 0.62
HSL 317.14º 0.56% 0.24% -
HSV(B) 317.14º 0.72% 0.38% -
XYZ 6.66 3.86 7.42 -
YUV 53.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 97 27 77 0 0.72 0.21 0.62 317.14 0.56 0.24
Hex 61 1B 4D 0 48 15 3E 13D 38 18
Octal 141 33 115 0 110 25 76 475 70 30
Binary 1100001 11011 1001101 0 1001000 10101 111110 100111101 111000 11000

Color Harmonies of #611B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B4D

Black with #611B4D

Text Example


Text Example

White with #611B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,77); }

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

background-color css

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

 a { background-color: rgb(97,27,77); }

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

border-color css

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

 span { border-color: rgb(97,27,77); }

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