Html Css Color HEX #611A48 Pompadour

📋 copy color: '#611A48'

red 97 ◦ green 26 ◦ blue 72

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

Shades of Pompadour #611A48

Tints of Pompadour #611A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.33%

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

R = 49.74%
G = 13.33%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#611A48 (or 0x611A48) is known color: Pompadour. HEX triplet: 61, 1A and 48. RGB value is (97,26,72). Sum of RGB (Red+Green+Blue) = 97+26+72=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A48 is #9EE5B7. Grayscale: #343434. Windows color (decimal): -10413496 or 4725345. OLE color: 4725345.

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

Color convert

RGB 97 26 72 -
CMYK 0 0.73 0.26 0.62
HSL 321.13º 0.58% 0.24% -
HSV(B) 321.13º 0.73% 0.38% -
XYZ 6.47 3.75 6.51 -
YUV 52.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 97 26 72 0 0.73 0.26 0.62 321.13 0.58 0.24
Hex 61 1A 48 0 49 1A 3E 141 3A 18
Octal 141 32 110 0 111 32 76 501 72 30
Binary 1100001 11010 1001000 0 1001001 11010 111110 101000001 111010 11000

Color Harmonies of #611A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A48

Black with #611A48

Text Example


Text Example

White with #611A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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