Html Css Color HEX #56383F Wine Berry

📋 copy color: '#56383F'

red 86 ◦ green 56 ◦ blue 63

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

Shades of Wine Berry #56383F

Tints of Wine Berry #56383F

RGB

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

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

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

R = 41.95%
G = 27.32%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56383F (or 0x56383F) is known color: Wine Berry. HEX triplet: 56, 38 and 3F. RGB value is (86,56,63). Sum of RGB (Red+Green+Blue) = 86+56+63=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #56383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383F is #A9C7C0. Grayscale: #414141. Windows color (decimal): -11126721 or 4143190. OLE color: 4143190.

HSL color Cylindrical-coordinate representation of color #56383F: hue angle of 346º 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 #56383F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 56 63 -
CMYK 0 0.35 0.27 0.66
HSL 346º 0.21% 0.28% -
HSV(B) 346º 0.35% 0.34% -
XYZ 6.15 5.17 5.38 -
YUV 65.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 86 56 63 0 0.35 0.27 0.66 346 0.21 0.28
Hex 56 38 3F 0 23 1B 42 15A 15 1C
Octal 126 70 77 0 43 33 102 532 25 34
Binary 1010110 111000 111111 0 100011 11011 1000010 101011010 10101 11100

Color Harmonies of #56383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56383F

Black with #56383F

Text Example


Text Example

White with #56383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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