Html Css Color HEX #551E42 Pompadour

📋 copy color: '#551E42'

red 85 ◦ green 30 ◦ blue 66

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

Shades of Pompadour #551E42

Tints of Pompadour #551E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 46.96%
G = 16.57%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#551E42 (or 0x551E42) is known color: Pompadour. HEX triplet: 55, 1E and 42. RGB value is (85,30,66). Sum of RGB (Red+Green+Blue) = 85+30+66=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E42 is #AAE1BD. Grayscale: #323232. Windows color (decimal): -11198910 or 4333141. OLE color: 4333141.

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

Color convert

RGB 85 30 66 -
CMYK 0 0.65 0.22 0.67
HSL 320.73º 0.48% 0.23% -
HSV(B) 320.73º 0.65% 0.33% -
XYZ 5.19 3.25 5.51 -
YUV 50.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 85 30 66 0 0.65 0.22 0.67 320.73 0.48 0.23
Hex 55 1E 42 0 41 16 43 141 30 17
Octal 125 36 102 0 101 26 103 501 60 27
Binary 1010101 11110 1000010 0 1000001 10110 1000011 101000001 110000 10111

Color Harmonies of #551E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E42

Black with #551E42

Text Example


Text Example

White with #551E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,66); }

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

background-color css

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

 a { background-color: rgb(85,30,66); }

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

border-color css

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

 span { border-color: rgb(85,30,66); }

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