Html Css Color HEX #611741 Pompadour

📋 copy color: '#611741'

red 97 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #611741

Tints of Pompadour #611741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 52.43%
G = 12.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#611741 (or 0x611741) is known color: Pompadour. HEX triplet: 61, 17 and 41. RGB value is (97,23,65). Sum of RGB (Red+Green+Blue) = 97+23+65=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #611741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611741 is #9EE8BE. Grayscale: #313131. Windows color (decimal): -10414271 or 4265825. OLE color: 4265825.

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

Color convert

RGB 97 23 65 -
CMYK 0 0.76 0.33 0.62
HSL 325.95º 0.62% 0.24% -
HSV(B) 325.95º 0.76% 0.38% -
XYZ 6.19 3.54 5.36 -
YUV 49.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 97 23 65 0 0.76 0.33 0.62 325.95 0.62 0.24
Hex 61 17 41 0 4C 21 3E 146 3E 18
Octal 141 27 101 0 114 41 76 506 76 30
Binary 1100001 10111 1000001 0 1001100 100001 111110 101000110 111110 11000

Color Harmonies of #611741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611741

Black with #611741

Text Example


Text Example

White with #611741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611741; }

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

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

background-color css

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

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

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

border-color css

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

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

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