Html Css Color HEX #55203F Pompadour

📋 copy color: '#55203F'

red 85 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #55203F

Tints of Pompadour #55203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 63 (25% from 255) = 35%

R = 47.22%
G = 17.78%
B = 35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55203F (or 0x55203F) is known color: Pompadour. HEX triplet: 55, 20 and 3F. RGB value is (85,32,63). Sum of RGB (Red+Green+Blue) = 85+32+63=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203F is #AADFC0. Grayscale: #333333. Windows color (decimal): -11198401 or 4137045. OLE color: 4137045.

HSL color Cylindrical-coordinate representation of color #55203F: hue angle of 324.91º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55203F is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 63 -
CMYK 0 0.62 0.26 0.67
HSL 324.91º 0.45% 0.23% -
HSV(B) 324.91º 0.62% 0.33% -
XYZ 5.16 3.32 5.07 -
YUV 51.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 85 32 63 0 0.62 0.26 0.67 324.91 0.45 0.23
Hex 55 20 3F 0 3E 1A 43 145 2D 17
Octal 125 40 77 0 76 32 103 505 55 27
Binary 1010101 100000 111111 0 111110 11010 1000011 101000101 101101 10111

Color Harmonies of #55203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55203F

Black with #55203F

Text Example


Text Example

White with #55203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55203F; }

 p { color: rgb(85,32,63); }

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

background-color css

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

 a { background-color: rgb(85,32,63); }

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

border-color css

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

 span { border-color: rgb(85,32,63); }

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