Html Css Color HEX #5C383D Wine Berry

📋 copy color: '#5C383D'

red 92 ◦ green 56 ◦ blue 61

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

Shades of Wine Berry #5C383D

Tints of Wine Berry #5C383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 44.02%
G = 26.79%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5C383D (or 0x5C383D) is known color: Wine Berry. HEX triplet: 5C, 38 and 3D. RGB value is (92,56,61). Sum of RGB (Red+Green+Blue) = 92+56+61=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C383D is #A3C7C2. Grayscale: #434343. Windows color (decimal): -10733507 or 4012124. OLE color: 4012124.

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

Color convert

RGB 92 56 61 -
CMYK 0 0.39 0.34 0.64
HSL 351.67º 0.24% 0.29% -
HSV(B) 351.67º 0.39% 0.36% -
XYZ 6.67 5.44 5.11 -
YUV 67.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 92 56 61 0 0.39 0.34 0.64 351.67 0.24 0.29
Hex 5C 38 3D 0 27 22 40 160 18 1D
Octal 134 70 75 0 47 42 100 540 30 35
Binary 1011100 111000 111101 0 100111 100010 1000000 101100000 11000 11101

Color Harmonies of #5C383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C383D

Black with #5C383D

Text Example


Text Example

White with #5C383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,56,61); }

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

background-color css

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

 a { background-color: rgb(92,56,61); }

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

border-color css

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

 span { border-color: rgb(92,56,61); }

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