Html Css Color HEX #611839 Pompadour

📋 copy color: '#611839'

red 97 ◦ green 24 ◦ blue 57

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

Shades of Pompadour #611839

Tints of Pompadour #611839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 54.49%
G = 13.48%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#611839 (or 0x611839) is known color: Pompadour. HEX triplet: 61, 18 and 39. RGB value is (97,24,57). Sum of RGB (Red+Green+Blue) = 97+24+57=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611839 is #9EE7C6. Grayscale: #313131. Windows color (decimal): -10414023 or 3741793. OLE color: 3741793.

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

Color convert

RGB 97 24 57 -
CMYK 0 0.75 0.41 0.62
HSL 332.88º 0.6% 0.24% -
HSV(B) 332.88º 0.75% 0.38% -
XYZ 5.99 3.49 4.23 -
YUV 49.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 97 24 57 0 0.75 0.41 0.62 332.88 0.6 0.24
Hex 61 18 39 0 4B 29 3E 14D 3C 18
Octal 141 30 71 0 113 51 76 515 74 30
Binary 1100001 11000 111001 0 1001011 101001 111110 101001101 111100 11000

Color Harmonies of #611839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611839

Black with #611839

Text Example


Text Example

White with #611839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611839; }

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

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

background-color css

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

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

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

border-color css

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

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

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