Html Css Color HEX #552141 Pompadour

📋 copy color: '#552141'

red 85 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #552141

Tints of Pompadour #552141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 46.45%
G = 18.03%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#552141 (or 0x552141) is known color: Pompadour. HEX triplet: 55, 21 and 41. RGB value is (85,33,65). Sum of RGB (Red+Green+Blue) = 85+33+65=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552141 is #AADEBE. Grayscale: #343434. Windows color (decimal): -11198143 or 4268373. OLE color: 4268373.

HSL color Cylindrical-coordinate representation of color #552141: hue angle of 323.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552141 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 65 -
CMYK 0 0.61 0.24 0.67
HSL 323.08º 0.44% 0.23% -
HSV(B) 323.08º 0.61% 0.33% -
XYZ 5.24 3.4 5.38 -
YUV 52.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 85 33 65 0 0.61 0.24 0.67 323.08 0.44 0.23
Hex 55 21 41 0 3D 18 43 143 2C 17
Octal 125 41 101 0 75 30 103 503 54 27
Binary 1010101 100001 1000001 0 111101 11000 1000011 101000011 101100 10111

Color Harmonies of #552141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552141

Black with #552141

Text Example


Text Example

White with #552141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552141; }

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

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

background-color css

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

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

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

border-color css

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

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

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