Html Css Color HEX #611648 Pompadour

📋 copy color: '#611648'

red 97 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #611648

Tints of Pompadour #611648

RGB

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

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

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

R = 50.79%
G = 11.52%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#611648 (or 0x611648) is known color: Pompadour. HEX triplet: 61, 16 and 48. RGB value is (97,22,72). Sum of RGB (Red+Green+Blue) = 97+22+72=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611648 is #9EE9B7. Grayscale: #323232. Windows color (decimal): -10414520 or 4724321. OLE color: 4724321.

HSL color Cylindrical-coordinate representation of color #611648: hue angle of 320º 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 #611648 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 72 -
CMYK 0 0.77 0.26 0.62
HSL 320º 0.63% 0.23% -
HSV(B) 320º 0.77% 0.38% -
XYZ 6.39 3.58 6.49 -
YUV 50.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 97 22 72 0 0.77 0.26 0.62 320 0.63 0.23
Hex 61 16 48 0 4D 1A 3E 140 3F 17
Octal 141 26 110 0 115 32 76 500 77 27
Binary 1100001 10110 1001000 0 1001101 11010 111110 101000000 111111 10111

Color Harmonies of #611648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611648

Black with #611648

Text Example


Text Example

White with #611648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611648; }

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

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

background-color css

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

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

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

border-color css

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

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

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