Html Css Color HEX #5C363E Wine Berry

📋 copy color: '#5C363E'

red 92 ◦ green 54 ◦ blue 62

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

Shades of Wine Berry #5C363E

Tints of Wine Berry #5C363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 44.23%
G = 25.96%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5C363E (or 0x5C363E) is known color: Wine Berry. HEX triplet: 5C, 36 and 3E. RGB value is (92,54,62). Sum of RGB (Red+Green+Blue) = 92+54+62=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 92 - color contains mainly: red. Hex color #5C363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C363E is #A3C9C1. Grayscale: #424242. Windows color (decimal): -10734018 or 4077148. OLE color: 4077148.

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

Color convert

RGB 92 54 62 -
CMYK 0 0.41 0.33 0.64
HSL 347.37º 0.26% 0.29% -
HSV(B) 347.37º 0.41% 0.36% -
XYZ 6.6 5.26 5.23 -
YUV 66.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 92 54 62 0 0.41 0.33 0.64 347.37 0.26 0.29
Hex 5C 36 3E 0 29 21 40 15B 1A 1D
Octal 134 66 76 0 51 41 100 533 32 35
Binary 1011100 110110 111110 0 101001 100001 1000000 101011011 11010 11101

Color Harmonies of #5C363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C363E

Black with #5C363E

Text Example


Text Example

White with #5C363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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