Html Css Color HEX #611544 Pompadour

📋 copy color: '#611544'

red 97 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #611544

Tints of Pompadour #611544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 52.15%
G = 11.29%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#611544 (or 0x611544) is known color: Pompadour. HEX triplet: 61, 15 and 44. RGB value is (97,21,68). Sum of RGB (Red+Green+Blue) = 97+21+68=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611544 is #9EEABB. Grayscale: #303030. Windows color (decimal): -10414780 or 4461921. OLE color: 4461921.

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

Color convert

RGB 97 21 68 -
CMYK 0 0.78 0.30 0.62
HSL 322.89º 0.64% 0.23% -
HSV(B) 322.89º 0.78% 0.38% -
XYZ 6.24 3.5 5.81 -
YUV 49.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 97 21 68 0 0.78 0.30 0.62 322.89 0.64 0.23
Hex 61 15 44 0 4E 1E 3E 143 40 17
Octal 141 25 104 0 116 36 76 503 100 27
Binary 1100001 10101 1000100 0 1001110 11110 111110 101000011 1000000 10111

Color Harmonies of #611544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611544

Black with #611544

Text Example


Text Example

White with #611544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611544; }

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

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

background-color css

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

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

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

border-color css

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

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

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