Html Css Color HEX #611846 Pompadour

📋 copy color: '#611846'

red 97 ◦ green 24 ◦ blue 70

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

Shades of Pompadour #611846

Tints of Pompadour #611846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 50.79%
G = 12.57%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#611846 (or 0x611846) is known color: Pompadour. HEX triplet: 61, 18 and 46. RGB value is (97,24,70). Sum of RGB (Red+Green+Blue) = 97+24+70=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611846 is #9EE7B9. Grayscale: #323232. Windows color (decimal): -10414010 or 4593761. OLE color: 4593761.

HSL color Cylindrical-coordinate representation of color #611846: hue angle of 322.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611846 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 70 -
CMYK 0 0.75 0.28 0.62
HSL 322.19º 0.6% 0.24% -
HSV(B) 322.19º 0.75% 0.38% -
XYZ 6.36 3.64 6.16 -
YUV 51.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 97 24 70 0 0.75 0.28 0.62 322.19 0.6 0.24
Hex 61 18 46 0 4B 1C 3E 142 3C 18
Octal 141 30 106 0 113 34 76 502 74 30
Binary 1100001 11000 1000110 0 1001011 11100 111110 101000010 111100 11000

Color Harmonies of #611846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611846

Black with #611846

Text Example


Text Example

White with #611846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611846; }

 p { color: rgb(97,24,70); }

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

background-color css

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

 a { background-color: rgb(97,24,70); }

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

border-color css

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

 span { border-color: rgb(97,24,70); }

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