Html Css Color HEX #5D2F49 Pompadour

📋 copy color: '#5D2F49'

red 93 ◦ green 47 ◦ blue 73

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

Shades of Pompadour #5D2F49

Tints of Pompadour #5D2F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 43.66%
G = 22.07%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5D2F49 (or 0x5D2F49) is known color: Pompadour. HEX triplet: 5D, 2F and 49. RGB value is (93,47,73). Sum of RGB (Red+Green+Blue) = 93+47+73=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2F49 is #A2D0B6. Grayscale: #3F3F3F. Windows color (decimal): -10670263 or 4796253. OLE color: 4796253.

HSL color Cylindrical-coordinate representation of color #5D2F49: hue angle of 326.09º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D2F49 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 47 73 -
CMYK 0 0.49 0.22 0.64
HSL 326.09º 0.33% 0.27% -
HSV(B) 326.09º 0.49% 0.36% -
XYZ 6.73 4.84 6.88 -
YUV 63.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 93 47 73 0 0.49 0.22 0.64 326.09 0.33 0.27
Hex 5D 2F 49 0 31 16 40 146 21 1B
Octal 135 57 111 0 61 26 100 506 41 33
Binary 1011101 101111 1001001 0 110001 10110 1000000 101000110 100001 11011

Color Harmonies of #5D2F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2F49

Black with #5D2F49

Text Example


Text Example

White with #5D2F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,47,73); }

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

background-color css

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

 a { background-color: rgb(93,47,73); }

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

border-color css

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

 span { border-color: rgb(93,47,73); }

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