Html Css Color HEX #5C3751 Purple Taupe

📋 copy color: '#5C3751'

red 92 ◦ green 55 ◦ blue 81

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

Shades of Purple Taupe #5C3751

Tints of Purple Taupe #5C3751

RGB

 RED value IS 92 (36.33% from 255) = 40.35%

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 40.35%
G = 24.12%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5C3751 (or 0x5C3751) is known color: Purple Taupe. HEX triplet: 5C, 37 and 51. RGB value is (92,55,81). Sum of RGB (Red+Green+Blue) = 92+55+81=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3751 is #A3C8AE. Grayscale: #444444. Windows color (decimal): -10733743 or 5322588. OLE color: 5322588.

HSL color Cylindrical-coordinate representation of color #5C3751: hue angle of 317.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C3751 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 81 -
CMYK 0 0.40 0.12 0.64
HSL 317.84º 0.25% 0.29% -
HSV(B) 317.84º 0.4% 0.36% -
XYZ 7.27 5.6 8.48 -
YUV 69.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 92 55 81 0 0.40 0.12 0.64 317.84 0.25 0.29
Hex 5C 37 51 0 28 C 40 13E 19 1D
Octal 134 67 121 0 50 14 100 476 31 35
Binary 1011100 110111 1010001 0 101000 1100 1000000 100111110 11001 11101

Color Harmonies of #5C3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3751

Black with #5C3751

Text Example


Text Example

White with #5C3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,81); }

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

background-color css

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

 a { background-color: rgb(92,55,81); }

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

border-color css

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

 span { border-color: rgb(92,55,81); }

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