Html Css Color HEX #552140 Pompadour

📋 copy color: '#552140'

red 85 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #552140

Tints of Pompadour #552140

RGB

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

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

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

R = 46.7%
G = 18.13%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552140 (or 0x552140) is known color: Pompadour. HEX triplet: 55, 21 and 40. RGB value is (85,33,64). Sum of RGB (Red+Green+Blue) = 85+33+64=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552140 is #AADEBF. Grayscale: #343434. Windows color (decimal): -11198144 or 4202837. OLE color: 4202837.

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

Color convert

RGB 85 33 64 -
CMYK 0 0.61 0.25 0.67
HSL 324.23º 0.44% 0.23% -
HSV(B) 324.23º 0.61% 0.33% -
XYZ 5.22 3.39 5.23 -
YUV 52.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 85 33 64 0 0.61 0.25 0.67 324.23 0.44 0.23
Hex 55 21 40 0 3D 19 43 144 2C 17
Octal 125 41 100 0 75 31 103 504 54 27
Binary 1010101 100001 1000000 0 111101 11001 1000011 101000100 101100 10111

Color Harmonies of #552140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552140

Black with #552140

Text Example


Text Example

White with #552140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552140; }

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

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

background-color css

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

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

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

border-color css

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

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

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