Html Css Color HEX #551D40 Pompadour

📋 copy color: '#551D40'

red 85 ◦ green 29 ◦ blue 64

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

Shades of Pompadour #551D40

Tints of Pompadour #551D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 47.75%
G = 16.29%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551D40 (or 0x551D40) is known color: Pompadour. HEX triplet: 55, 1D and 40. RGB value is (85,29,64). Sum of RGB (Red+Green+Blue) = 85+29+64=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D40 is #AAE2BF. Grayscale: #313131. Windows color (decimal): -11199168 or 4201813. OLE color: 4201813.

HSL color Cylindrical-coordinate representation of color #551D40: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D40 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 29 64 -
CMYK 0 0.66 0.25 0.67
HSL 322.5º 0.49% 0.22% -
HSV(B) 322.5º 0.66% 0.33% -
XYZ 5.11 3.18 5.19 -
YUV 49.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 85 29 64 0 0.66 0.25 0.67 322.5 0.49 0.22
Hex 55 1D 40 0 42 19 43 142 31 16
Octal 125 35 100 0 102 31 103 502 61 26
Binary 1010101 11101 1000000 0 1000010 11001 1000011 101000010 110001 10110

Color Harmonies of #551D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D40

Black with #551D40

Text Example


Text Example

White with #551D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551D40; }

 p { color: rgb(85,29,64); }

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

background-color css

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

 a { background-color: rgb(85,29,64); }

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

border-color css

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

 span { border-color: rgb(85,29,64); }

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