Html Css Color HEX #552142 Pompadour

📋 copy color: '#552142'

red 85 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #552142

Tints of Pompadour #552142

RGB

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

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

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

R = 46.2%
G = 17.93%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552142 (or 0x552142) is known color: Pompadour. HEX triplet: 55, 21 and 42. RGB value is (85,33,66). Sum of RGB (Red+Green+Blue) = 85+33+66=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552142 is #AADEBD. Grayscale: #343434. Windows color (decimal): -11198142 or 4333909. OLE color: 4333909.

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

Color convert

RGB 85 33 66 -
CMYK 0 0.61 0.22 0.67
HSL 321.92º 0.44% 0.23% -
HSV(B) 321.92º 0.61% 0.33% -
XYZ 5.27 3.41 5.53 -
YUV 52.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 85 33 66 0 0.61 0.22 0.67 321.92 0.44 0.23
Hex 55 21 42 0 3D 16 43 142 2C 17
Octal 125 41 102 0 75 26 103 502 54 27
Binary 1010101 100001 1000010 0 111101 10110 1000011 101000010 101100 10111

Color Harmonies of #552142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552142

Black with #552142

Text Example


Text Example

White with #552142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552142; }

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

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

background-color css

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

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

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

border-color css

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

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

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