Html Css Color HEX #5C333A Wine Berry

📋 copy color: '#5C333A'

red 92 ◦ green 51 ◦ blue 58

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

Shades of Wine Berry #5C333A

Tints of Wine Berry #5C333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 45.77%
G = 25.37%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C333A (or 0x5C333A) is known color: Wine Berry. HEX triplet: 5C, 33 and 3A. RGB value is (92,51,58). Sum of RGB (Red+Green+Blue) = 92+51+58=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C333A is #A3CCC5. Grayscale: #404040. Windows color (decimal): -10734790 or 3814236. OLE color: 3814236.

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

Color convert

RGB 92 51 58 -
CMYK 0 0.45 0.37 0.64
HSL 349.76º 0.29% 0.28% -
HSV(B) 349.76º 0.45% 0.36% -
XYZ 6.36 4.95 4.62 -
YUV 64.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 92 51 58 0 0.45 0.37 0.64 349.76 0.29 0.28
Hex 5C 33 3A 0 2D 25 40 15E 1D 1C
Octal 134 63 72 0 55 45 100 536 35 34
Binary 1011100 110011 111010 0 101101 100101 1000000 101011110 11101 11100

Color Harmonies of #5C333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C333A

Black with #5C333A

Text Example


Text Example

White with #5C333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,51,58); }

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

background-color css

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

 a { background-color: rgb(92,51,58); }

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

border-color css

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

 span { border-color: rgb(92,51,58); }

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