Html Css Color HEX #551C40 Pompadour

📋 copy color: '#551C40'

red 85 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #551C40

Tints of Pompadour #551C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

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

R = 48.02%
G = 15.82%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551C40 (or 0x551C40) is known color: Pompadour. HEX triplet: 55, 1C and 40. RGB value is (85,28,64). Sum of RGB (Red+Green+Blue) = 85+28+64=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C40 is #AAE3BF. Grayscale: #313131. Windows color (decimal): -11199424 or 4201557. OLE color: 4201557.

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

Color convert

RGB 85 28 64 -
CMYK 0 0.67 0.25 0.67
HSL 322.11º 0.5% 0.22% -
HSV(B) 322.11º 0.67% 0.33% -
XYZ 5.09 3.13 5.19 -
YUV 49.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 85 28 64 0 0.67 0.25 0.67 322.11 0.5 0.22
Hex 55 1C 40 0 43 19 43 142 32 16
Octal 125 34 100 0 103 31 103 502 62 26
Binary 1010101 11100 1000000 0 1000011 11001 1000011 101000010 110010 10110

Color Harmonies of #551C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C40

Black with #551C40

Text Example


Text Example

White with #551C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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