Html Css Color HEX #611341 Pompadour

📋 copy color: '#611341'

red 97 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #611341

Tints of Pompadour #611341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 53.59%
G = 10.5%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#611341 (or 0x611341) is known color: Pompadour. HEX triplet: 61, 13 and 41. RGB value is (97,19,65). Sum of RGB (Red+Green+Blue) = 97+19+65=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611341 is #9EECBE. Grayscale: #2F2F2F. Windows color (decimal): -10415295 or 4264801. OLE color: 4264801.

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

Color convert

RGB 97 19 65 -
CMYK 0 0.80 0.33 0.62
HSL 324.62º 0.67% 0.23% -
HSV(B) 324.62º 0.8% 0.38% -
XYZ 6.12 3.39 5.33 -
YUV 47.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 97 19 65 0 0.80 0.33 0.62 324.62 0.67 0.23
Hex 61 13 41 0 50 21 3E 145 43 17
Octal 141 23 101 0 120 41 76 505 103 27
Binary 1100001 10011 1000001 0 1010000 100001 111110 101000101 1000011 10111

Color Harmonies of #611341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611341

Black with #611341

Text Example


Text Example

White with #611341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611341; }

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

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

background-color css

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

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

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

border-color css

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

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

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