Html Css Color HEX #551E3C Pompadour

📋 copy color: '#551E3C'

red 85 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #551E3C

Tints of Pompadour #551E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 48.57%
G = 17.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#551E3C (or 0x551E3C) is known color: Pompadour. HEX triplet: 55, 1E and 3C. RGB value is (85,30,60). Sum of RGB (Red+Green+Blue) = 85+30+60=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3C is #AAE1C3. Grayscale: #313131. Windows color (decimal): -11198916 or 3939925. OLE color: 3939925.

HSL color Cylindrical-coordinate representation of color #551E3C: hue angle of 327.27º 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 #551E3C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 60 -
CMYK 0 0.65 0.29 0.67
HSL 327.27º 0.48% 0.23% -
HSV(B) 327.27º 0.65% 0.33% -
XYZ 5.03 3.19 4.63 -
YUV 49.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 85 30 60 0 0.65 0.29 0.67 327.27 0.48 0.23
Hex 55 1E 3C 0 41 1D 43 147 30 17
Octal 125 36 74 0 101 35 103 507 60 27
Binary 1010101 11110 111100 0 1000001 11101 1000011 101000111 110000 10111

Color Harmonies of #551E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E3C

Black with #551E3C

Text Example


Text Example

White with #551E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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