Html Css Color HEX #5D1534 Pompadour

📋 copy color: '#5D1534'

red 93 ◦ green 21 ◦ blue 52

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

Shades of Pompadour #5D1534

Tints of Pompadour #5D1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 56.02%
G = 12.65%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#5D1534 (or 0x5D1534) is known color: Pompadour. HEX triplet: 5D, 15 and 34. RGB value is (93,21,52). Sum of RGB (Red+Green+Blue) = 93+21+52=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1534 is #A2EACB. Grayscale: #2E2E2E. Windows color (decimal): -10676940 or 3413341. OLE color: 3413341.

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

Color convert

RGB 93 21 52 -
CMYK 0 0.77 0.44 0.64
HSL 334.17º 0.63% 0.22% -
HSV(B) 334.17º 0.77% 0.36% -
XYZ 5.4 3.11 3.56 -
YUV 46.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 93 21 52 0 0.77 0.44 0.64 334.17 0.63 0.22
Hex 5D 15 34 0 4D 2C 40 14E 3F 16
Octal 135 25 64 0 115 54 100 516 77 26
Binary 1011101 10101 110100 0 1001101 101100 1000000 101001110 111111 10110

Color Harmonies of #5D1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1534

Black with #5D1534

Text Example


Text Example

White with #5D1534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,52); }

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

background-color css

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

 a { background-color: rgb(93,21,52); }

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

border-color css

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

 span { border-color: rgb(93,21,52); }

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