Html Css Color HEX #5C313E Wine Berry

📋 copy color: '#5C313E'

red 92 ◦ green 49 ◦ blue 62

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

Shades of Wine Berry #5C313E

Tints of Wine Berry #5C313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 45.32%
G = 24.14%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5C313E (or 0x5C313E) is known color: Wine Berry. HEX triplet: 5C, 31 and 3E. RGB value is (92,49,62). Sum of RGB (Red+Green+Blue) = 92+49+62=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C313E is #A3CEC1. Grayscale: #3F3F3F. Windows color (decimal): -10735298 or 4075868. OLE color: 4075868.

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

Color convert

RGB 92 49 62 -
CMYK 0 0.47 0.33 0.64
HSL 341.86º 0.3% 0.28% -
HSV(B) 341.86º 0.47% 0.36% -
XYZ 6.38 4.82 5.15 -
YUV 63.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 92 49 62 0 0.47 0.33 0.64 341.86 0.3 0.28
Hex 5C 31 3E 0 2F 21 40 156 1E 1C
Octal 134 61 76 0 57 41 100 526 36 34
Binary 1011100 110001 111110 0 101111 100001 1000000 101010110 11110 11100

Color Harmonies of #5C313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C313E

Black with #5C313E

Text Example


Text Example

White with #5C313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,49,62); }

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

background-color css

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

 a { background-color: rgb(92,49,62); }

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

border-color css

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

 span { border-color: rgb(92,49,62); }

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