Html Css Color HEX #56373F Wine Berry

📋 copy color: '#56373F'

red 86 ◦ green 55 ◦ blue 63

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

Shades of Wine Berry #56373F

Tints of Wine Berry #56373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 42.16%
G = 26.96%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56373F (or 0x56373F) is known color: Wine Berry. HEX triplet: 56, 37 and 3F. RGB value is (86,55,63). Sum of RGB (Red+Green+Blue) = 86+55+63=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #56373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56373F is #A9C8C0. Grayscale: #414141. Windows color (decimal): -11126977 or 4142934. OLE color: 4142934.

HSL color Cylindrical-coordinate representation of color #56373F: hue angle of 344.52º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56373F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 55 63 -
CMYK 0 0.36 0.27 0.66
HSL 344.52º 0.22% 0.28% -
HSV(B) 344.52º 0.36% 0.34% -
XYZ 6.1 5.07 5.36 -
YUV 65.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 86 55 63 0 0.36 0.27 0.66 344.52 0.22 0.28
Hex 56 37 3F 0 24 1B 42 159 16 1C
Octal 126 67 77 0 44 33 102 531 26 34
Binary 1010110 110111 111111 0 100100 11011 1000010 101011001 10110 11100

Color Harmonies of #56373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56373F

Black with #56373F

Text Example


Text Example

White with #56373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56373F; }

 p { color: rgb(86,55,63); }

 H1.HeaderClassName
 {
   color: #56373F;
 }
 .AnyTagClassName
 {
   color: #56373F;
 }
</style>

background-color css

<style>
 a { background-color: #56373F; }

 a { background-color: rgb(86,55,63); }

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

border-color css

<style>
 span { border-color: #56373F; }

 span { border-color: rgb(86,55,63); }

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