Html Css Color HEX #611446 Pompadour

📋 copy color: '#611446'

red 97 ◦ green 20 ◦ blue 70

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

Shades of Pompadour #611446

Tints of Pompadour #611446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 51.87%
G = 10.7%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#611446 (or 0x611446) is known color: Pompadour. HEX triplet: 61, 14 and 46. RGB value is (97,20,70). Sum of RGB (Red+Green+Blue) = 97+20+70=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611446 is #9EEBB9. Grayscale: #303030. Windows color (decimal): -10415034 or 4592737. OLE color: 4592737.

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

Color convert

RGB 97 20 70 -
CMYK 0 0.79 0.28 0.62
HSL 321.04º 0.66% 0.23% -
HSV(B) 321.04º 0.79% 0.38% -
XYZ 6.29 3.48 6.14 -
YUV 48.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 97 20 70 0 0.79 0.28 0.62 321.04 0.66 0.23
Hex 61 14 46 0 4F 1C 3E 141 42 17
Octal 141 24 106 0 117 34 76 501 102 27
Binary 1100001 10100 1000110 0 1001111 11100 111110 101000001 1000010 10111

Color Harmonies of #611446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611446

Black with #611446

Text Example


Text Example

White with #611446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611446; }

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

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

background-color css

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

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

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

border-color css

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

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

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