Html Css Color HEX #551941 Pompadour

📋 copy color: '#551941'

red 85 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #551941

Tints of Pompadour #551941

RGB

 RED value IS 85 (33.59% from 255) = 48.57%

 GREEN value IS 25 (10.16% from 255) = 14.29%

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

R = 48.57%
G = 14.29%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#551941 (or 0x551941) is known color: Pompadour. HEX triplet: 55, 19 and 41. RGB value is (85,25,65). Sum of RGB (Red+Green+Blue) = 85+25+65=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551941 is #AAE6BE. Grayscale: #2F2F2F. Windows color (decimal): -11200191 or 4266325. OLE color: 4266325.

HSL color Cylindrical-coordinate representation of color #551941: hue angle of 320º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551941 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 65 -
CMYK 0 0.71 0.24 0.67
HSL 320º 0.55% 0.22% -
HSV(B) 320º 0.71% 0.33% -
XYZ 5.05 3.01 5.32 -
YUV 47.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 85 25 65 0 0.71 0.24 0.67 320 0.55 0.22
Hex 55 19 41 0 47 18 43 140 37 16
Octal 125 31 101 0 107 30 103 500 67 26
Binary 1010101 11001 1000001 0 1000111 11000 1000011 101000000 110111 10110

Color Harmonies of #551941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551941

Black with #551941

Text Example


Text Example

White with #551941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551941; }

 p { color: rgb(85,25,65); }

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

background-color css

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

 a { background-color: rgb(85,25,65); }

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

border-color css

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

 span { border-color: rgb(85,25,65); }

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