Html Css Color HEX #611533 Pompadour

📋 copy color: '#611533'

red 97 ◦ green 21 ◦ blue 51

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

Shades of Pompadour #611533

Tints of Pompadour #611533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 57.4%
G = 12.43%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#611533 (or 0x611533) is known color: Pompadour. HEX triplet: 61, 15 and 33. RGB value is (97,21,51). Sum of RGB (Red+Green+Blue) = 97+21+51=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611533 is #9EEACC. Grayscale: #2F2F2F. Windows color (decimal): -10414797 or 3347809. OLE color: 3347809.

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

Color convert

RGB 97 21 51 -
CMYK 0 0.78 0.47 0.62
HSL 336.32º 0.64% 0.23% -
HSV(B) 336.32º 0.78% 0.38% -
XYZ 5.8 3.32 3.47 -
YUV 47.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 97 21 51 0 0.78 0.47 0.62 336.32 0.64 0.23
Hex 61 15 33 0 4E 2F 3E 150 40 17
Octal 141 25 63 0 116 57 76 520 100 27
Binary 1100001 10101 110011 0 1001110 101111 111110 101010000 1000000 10111

Color Harmonies of #611533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611533

Black with #611533

Text Example


Text Example

White with #611533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611533; }

 p { color: rgb(97,21,51); }

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

background-color css

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

 a { background-color: rgb(97,21,51); }

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

border-color css

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

 span { border-color: rgb(97,21,51); }

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