Html Css Color HEX #551741 Pompadour

📋 copy color: '#551741'

red 85 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #551741

Tints of Pompadour #551741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 49.13%
G = 13.29%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#551741 (or 0x551741) is known color: Pompadour. HEX triplet: 55, 17 and 41. RGB value is (85,23,65). Sum of RGB (Red+Green+Blue) = 85+23+65=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551741 is #AAE8BE. Grayscale: #2E2E2E. Windows color (decimal): -11200703 or 4265813. OLE color: 4265813.

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

Color convert

RGB 85 23 65 -
CMYK 0 0.73 0.24 0.67
HSL 319.35º 0.57% 0.21% -
HSV(B) 319.35º 0.73% 0.33% -
XYZ 5.01 2.93 5.3 -
YUV 46.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 85 23 65 0 0.73 0.24 0.67 319.35 0.57 0.21
Hex 55 17 41 0 49 18 43 13F 39 15
Octal 125 27 101 0 111 30 103 477 71 25
Binary 1010101 10111 1000001 0 1001001 11000 1000011 100111111 111001 10101

Color Harmonies of #551741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551741

Black with #551741

Text Example


Text Example

White with #551741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551741; }

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

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

background-color css

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

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

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

border-color css

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

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

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