Html Css Color HEX #56383D Wine Berry

📋 copy color: '#56383D'

red 86 ◦ green 56 ◦ blue 61

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

Shades of Wine Berry #56383D

Tints of Wine Berry #56383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 42.36%
G = 27.59%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56383D (or 0x56383D) is known color: Wine Berry. HEX triplet: 56, 38 and 3D. RGB value is (86,56,61). Sum of RGB (Red+Green+Blue) = 86+56+61=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383D is #A9C7C2. Grayscale: #414141. Windows color (decimal): -11126723 or 4012118. OLE color: 4012118.

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

Color convert

RGB 86 56 61 -
CMYK 0 0.35 0.29 0.66
HSL 350º 0.21% 0.28% -
HSV(B) 350º 0.35% 0.34% -
XYZ 6.09 5.14 5.09 -
YUV 65.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 86 56 61 0 0.35 0.29 0.66 350 0.21 0.28
Hex 56 38 3D 0 23 1D 42 15E 15 1C
Octal 126 70 75 0 43 35 102 536 25 34
Binary 1010110 111000 111101 0 100011 11101 1000010 101011110 10101 11100

Color Harmonies of #56383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56383D

Black with #56383D

Text Example


Text Example

White with #56383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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