Html Css Color HEX #5C363C Wine Berry

📋 copy color: '#5C363C'

red 92 ◦ green 54 ◦ blue 60

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

Shades of Wine Berry #5C363C

Tints of Wine Berry #5C363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 44.66%
G = 26.21%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5C363C (or 0x5C363C) is known color: Wine Berry. HEX triplet: 5C, 36 and 3C. RGB value is (92,54,60). Sum of RGB (Red+Green+Blue) = 92+54+60=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C363C is #A3C9C3. Grayscale: #424242. Windows color (decimal): -10734020 or 3946076. OLE color: 3946076.

HSL color Cylindrical-coordinate representation of color #5C363C: hue angle of 350.53º 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 #5C363C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 54 60 -
CMYK 0 0.41 0.35 0.64
HSL 350.53º 0.26% 0.29% -
HSV(B) 350.53º 0.41% 0.36% -
XYZ 6.55 5.24 4.94 -
YUV 66.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 92 54 60 0 0.41 0.35 0.64 350.53 0.26 0.29
Hex 5C 36 3C 0 29 23 40 15F 1A 1D
Octal 134 66 74 0 51 43 100 537 32 35
Binary 1011100 110110 111100 0 101001 100011 1000000 101011111 11010 11101

Color Harmonies of #5C363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C363C

Black with #5C363C

Text Example


Text Example

White with #5C363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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