Html Css Color HEX #552242 Pompadour

📋 copy color: '#552242'

red 85 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #552242

Tints of Pompadour #552242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 45.95%
G = 18.38%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552242 (or 0x552242) is known color: Pompadour. HEX triplet: 55, 22 and 42. RGB value is (85,34,66). Sum of RGB (Red+Green+Blue) = 85+34+66=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552242 is #AADDBD. Grayscale: #343434. Windows color (decimal): -11197886 or 4334165. OLE color: 4334165.

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

Color convert

RGB 85 34 66 -
CMYK 0 0.60 0.22 0.67
HSL 322.35º 0.43% 0.23% -
HSV(B) 322.35º 0.6% 0.33% -
XYZ 5.3 3.47 5.54 -
YUV 52.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 85 34 66 0 0.60 0.22 0.67 322.35 0.43 0.23
Hex 55 22 42 0 3C 16 43 142 2B 17
Octal 125 42 102 0 74 26 103 502 53 27
Binary 1010101 100010 1000010 0 111100 10110 1000011 101000010 101011 10111

Color Harmonies of #552242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552242

Black with #552242

Text Example


Text Example

White with #552242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552242; }

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

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

background-color css

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

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

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

border-color css

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

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

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