Html Css Color HEX #611346 Pompadour

📋 copy color: '#611346'

red 97 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #611346

Tints of Pompadour #611346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 52.15%
G = 10.22%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#611346 (or 0x611346) is known color: Pompadour. HEX triplet: 61, 13 and 46. RGB value is (97,19,70). Sum of RGB (Red+Green+Blue) = 97+19+70=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611346 is #9EECB9. Grayscale: #303030. Windows color (decimal): -10415290 or 4592481. OLE color: 4592481.

HSL color Cylindrical-coordinate representation of color #611346: hue angle of 320.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611346 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 70 -
CMYK 0 0.80 0.28 0.62
HSL 320.77º 0.67% 0.23% -
HSV(B) 320.77º 0.8% 0.38% -
XYZ 6.27 3.45 6.13 -
YUV 48.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 97 19 70 0 0.80 0.28 0.62 320.77 0.67 0.23
Hex 61 13 46 0 50 1C 3E 141 43 17
Octal 141 23 106 0 120 34 76 501 103 27
Binary 1100001 10011 1000110 0 1010000 11100 111110 101000001 1000011 10111

Color Harmonies of #611346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611346

Black with #611346

Text Example


Text Example

White with #611346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611346; }

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

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

background-color css

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

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

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

border-color css

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

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

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