Html Css Color HEX #552240 Pompadour

📋 copy color: '#552240'

red 85 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #552240

Tints of Pompadour #552240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

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

R = 46.45%
G = 18.58%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552240 (or 0x552240) is known color: Pompadour. HEX triplet: 55, 22 and 40. RGB value is (85,34,64). Sum of RGB (Red+Green+Blue) = 85+34+64=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552240 is #AADDBF. Grayscale: #343434. Windows color (decimal): -11197888 or 4203093. OLE color: 4203093.

HSL color Cylindrical-coordinate representation of color #552240: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552240 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 64 -
CMYK 0 0.60 0.25 0.67
HSL 324.71º 0.43% 0.23% -
HSV(B) 324.71º 0.6% 0.33% -
XYZ 5.24 3.45 5.24 -
YUV 52.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 85 34 64 0 0.60 0.25 0.67 324.71 0.43 0.23
Hex 55 22 40 0 3C 19 43 145 2B 17
Octal 125 42 100 0 74 31 103 505 53 27
Binary 1010101 100010 1000000 0 111100 11001 1000011 101000101 101011 10111

Color Harmonies of #552240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552240

Black with #552240

Text Example


Text Example

White with #552240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552240; }

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

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

background-color css

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

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

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

border-color css

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

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

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