Html Css Color HEX #551C41 Pompadour

📋 copy color: '#551C41'

red 85 ◦ green 28 ◦ blue 65

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

Shades of Pompadour #551C41

Tints of Pompadour #551C41

RGB

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

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

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

R = 47.75%
G = 15.73%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#551C41 (or 0x551C41) is known color: Pompadour. HEX triplet: 55, 1C and 41. RGB value is (85,28,65). Sum of RGB (Red+Green+Blue) = 85+28+65=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C41 is #AAE3BE. Grayscale: #313131. Windows color (decimal): -11199423 or 4267093. OLE color: 4267093.

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

Color convert

RGB 85 28 65 -
CMYK 0 0.67 0.24 0.67
HSL 321.05º 0.5% 0.22% -
HSV(B) 321.05º 0.67% 0.33% -
XYZ 5.12 3.14 5.34 -
YUV 49.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 85 28 65 0 0.67 0.24 0.67 321.05 0.5 0.22
Hex 55 1C 41 0 43 18 43 141 32 16
Octal 125 34 101 0 103 30 103 501 62 26
Binary 1010101 11100 1000001 0 1000011 11000 1000011 101000001 110010 10110

Color Harmonies of #551C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C41

Black with #551C41

Text Example


Text Example

White with #551C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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