Html Css Color HEX #611336 Pompadour

📋 copy color: '#611336'

red 97 ◦ green 19 ◦ blue 54

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

Shades of Pompadour #611336

Tints of Pompadour #611336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.76%

R = 57.06%
G = 11.18%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611336 (or 0x611336) is known color: Pompadour. HEX triplet: 61, 13 and 36. RGB value is (97,19,54). Sum of RGB (Red+Green+Blue) = 97+19+54=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611336 is #9EECC9. Grayscale: #2E2E2E. Windows color (decimal): -10415306 or 3543905. OLE color: 3543905.

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

Color convert

RGB 97 19 54 -
CMYK 0 0.80 0.44 0.62
HSL 333.08º 0.67% 0.23% -
HSV(B) 333.08º 0.8% 0.38% -
XYZ 5.83 3.27 3.81 -
YUV 46.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 97 19 54 0 0.80 0.44 0.62 333.08 0.67 0.23
Hex 61 13 36 0 50 2C 3E 14D 43 17
Octal 141 23 66 0 120 54 76 515 103 27
Binary 1100001 10011 110110 0 1010000 101100 111110 101001101 1000011 10111

Color Harmonies of #611336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611336

Black with #611336

Text Example


Text Example

White with #611336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611336; }

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

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

background-color css

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

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

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

border-color css

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

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

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