Html Css Color HEX #56313D Wine Berry

📋 copy color: '#56313D'

red 86 ◦ green 49 ◦ blue 61

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

Shades of Wine Berry #56313D

Tints of Wine Berry #56313D

RGB

 RED value IS 86 (33.98% from 255) = 43.88%

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

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

R = 43.88%
G = 25%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56313D (or 0x56313D) is known color: Wine Berry. HEX triplet: 56, 31 and 3D. RGB value is (86,49,61). Sum of RGB (Red+Green+Blue) = 86+49+61=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56313D is #A9CEC2. Grayscale: #3D3D3D. Windows color (decimal): -11128515 or 4010326. OLE color: 4010326.

HSL color Cylindrical-coordinate representation of color #56313D: hue angle of 340.54º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56313D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 49 61 -
CMYK 0 0.43 0.29 0.66
HSL 340.54º 0.27% 0.26% -
HSV(B) 340.54º 0.43% 0.34% -
XYZ 5.78 4.51 4.98 -
YUV 61.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 86 49 61 0 0.43 0.29 0.66 340.54 0.27 0.26
Hex 56 31 3D 0 2B 1D 42 155 1B 1A
Octal 126 61 75 0 53 35 102 525 33 32
Binary 1010110 110001 111101 0 101011 11101 1000010 101010101 11011 11010

Color Harmonies of #56313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56313D

Black with #56313D

Text Example


Text Example

White with #56313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56313D; }

 p { color: rgb(86,49,61); }

 H1.HeaderClassName
 {
   color: #56313D;
 }
 .AnyTagClassName
 {
   color: #56313D;
 }
</style>

background-color css

<style>
 a { background-color: #56313D; }

 a { background-color: rgb(86,49,61); }

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

border-color css

<style>
 span { border-color: #56313D; }

 span { border-color: rgb(86,49,61); }

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