Html Css Color HEX #55193F Pompadour

📋 copy color: '#55193F'

red 85 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #55193F

Tints of Pompadour #55193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 49.13%
G = 14.45%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55193F (or 0x55193F) is known color: Pompadour. HEX triplet: 55, 19 and 3F. RGB value is (85,25,63). Sum of RGB (Red+Green+Blue) = 85+25+63=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #55193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55193F is #AAE6C0. Grayscale: #2F2F2F. Windows color (decimal): -11200193 or 4135253. OLE color: 4135253.

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

Color convert

RGB 85 25 63 -
CMYK 0 0.71 0.26 0.67
HSL 322º 0.55% 0.22% -
HSV(B) 322º 0.71% 0.33% -
XYZ 4.99 2.99 5.02 -
YUV 47.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 85 25 63 0 0.71 0.26 0.67 322 0.55 0.22
Hex 55 19 3F 0 47 1A 43 142 37 16
Octal 125 31 77 0 107 32 103 502 67 26
Binary 1010101 11001 111111 0 1000111 11010 1000011 101000010 110111 10110

Color Harmonies of #55193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55193F

Black with #55193F

Text Example


Text Example

White with #55193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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