Html Css Color HEX #5D1D38 Pompadour

📋 copy color: '#5D1D38'

red 93 ◦ green 29 ◦ blue 56

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

Shades of Pompadour #5D1D38

Tints of Pompadour #5D1D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

 BLUE value IS 56 (22.27% from 255) = 31.46%

R = 52.25%
G = 16.29%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#5D1D38 (or 0x5D1D38) is known color: Pompadour. HEX triplet: 5D, 1D and 38. RGB value is (93,29,56). Sum of RGB (Red+Green+Blue) = 93+29+56=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1D38 is #A2E2C7. Grayscale: #333333. Windows color (decimal): -10674888 or 3677533. OLE color: 3677533.

HSL color Cylindrical-coordinate representation of color #5D1D38: hue angle of 334.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D1D38 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 29 56 -
CMYK 0 0.69 0.40 0.64
HSL 334.69º 0.52% 0.24% -
HSV(B) 334.69º 0.69% 0.36% -
XYZ 5.67 3.49 4.12 -
YUV 51.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 93 29 56 0 0.69 0.40 0.64 334.69 0.52 0.24
Hex 5D 1D 38 0 45 28 40 14F 34 18
Octal 135 35 70 0 105 50 100 517 64 30
Binary 1011101 11101 111000 0 1000101 101000 1000000 101001111 110100 11000

Color Harmonies of #5D1D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1D38

Black with #5D1D38

Text Example


Text Example

White with #5D1D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,29,56); }

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

background-color css

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

 a { background-color: rgb(93,29,56); }

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

border-color css

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

 span { border-color: rgb(93,29,56); }

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