Html Css Color HEX #611D48 Pompadour

📋 copy color: '#611D48'

red 97 ◦ green 29 ◦ blue 72

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

Shades of Pompadour #611D48

Tints of Pompadour #611D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 48.99%
G = 14.65%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#611D48 (or 0x611D48) is known color: Pompadour. HEX triplet: 61, 1D and 48. RGB value is (97,29,72). Sum of RGB (Red+Green+Blue) = 97+29+72=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D48 is #9EE2B7. Grayscale: #363636. Windows color (decimal): -10412728 or 4726113. OLE color: 4726113.

HSL color Cylindrical-coordinate representation of color #611D48: hue angle of 322.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D48 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 72 -
CMYK 0 0.70 0.26 0.62
HSL 322.06º 0.54% 0.25% -
HSV(B) 322.06º 0.7% 0.38% -
XYZ 6.54 3.89 6.54 -
YUV 54.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 97 29 72 0 0.70 0.26 0.62 322.06 0.54 0.25
Hex 61 1D 48 0 46 1A 3E 142 36 19
Octal 141 35 110 0 106 32 76 502 66 31
Binary 1100001 11101 1001000 0 1000110 11010 111110 101000010 110110 11001

Color Harmonies of #611D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D48

Black with #611D48

Text Example


Text Example

White with #611D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,72); }

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

background-color css

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

 a { background-color: rgb(97,29,72); }

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

border-color css

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

 span { border-color: rgb(97,29,72); }

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