Html Css Color HEX #5D2248 Pompadour

📋 copy color: '#5D2248'

red 93 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #5D2248

Tints of Pompadour #5D2248

RGB

 RED value IS 93 (36.72% from 255) = 46.73%

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 46.73%
G = 17.09%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D2248 (or 0x5D2248) is known color: Pompadour. HEX triplet: 5D, 22 and 48. RGB value is (93,34,72). Sum of RGB (Red+Green+Blue) = 93+34+72=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2248 is #A2DDB7. Grayscale: #373737. Windows color (decimal): -10673592 or 4727389. OLE color: 4727389.

HSL color Cylindrical-coordinate representation of color #5D2248: hue angle of 321.36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D2248 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 34 72 -
CMYK 0 0.63 0.23 0.64
HSL 321.36º 0.46% 0.25% -
HSV(B) 321.36º 0.63% 0.36% -
XYZ 6.26 3.94 6.56 -
YUV 55.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 93 34 72 0 0.63 0.23 0.64 321.36 0.46 0.25
Hex 5D 22 48 0 3F 17 40 141 2E 19
Octal 135 42 110 0 77 27 100 501 56 31
Binary 1011101 100010 1001000 0 111111 10111 1000000 101000001 101110 11001

Color Harmonies of #5D2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2248

Black with #5D2248

Text Example


Text Example

White with #5D2248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D2248; }

 p { color: rgb(93,34,72); }

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

background-color css

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

 a { background-color: rgb(93,34,72); }

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

border-color css

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

 span { border-color: rgb(93,34,72); }

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