Html Css Color HEX #562B31 Wine Berry

📋 copy color: '#562B31'

red 86 ◦ green 43 ◦ blue 49

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

Shades of Wine Berry #562B31

Tints of Wine Berry #562B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 48.31%
G = 24.16%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#562B31 (or 0x562B31) is known color: Wine Berry. HEX triplet: 56, 2B and 31. RGB value is (86,43,49). Sum of RGB (Red+Green+Blue) = 86+43+49=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #562B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B31 is #A9D4CE. Grayscale: #383838. Windows color (decimal): -11130063 or 3222358. OLE color: 3222358.

HSL color Cylindrical-coordinate representation of color #562B31: hue angle of 351.63º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B31 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 43 49 -
CMYK 0 0.50 0.43 0.66
HSL 351.63º 0.33% 0.25% -
HSV(B) 351.63º 0.5% 0.34% -
XYZ 5.26 3.93 3.39 -
YUV 56.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 86 43 49 0 0.50 0.43 0.66 351.63 0.33 0.25
Hex 56 2B 31 0 32 2B 42 160 21 19
Octal 126 53 61 0 62 53 102 540 41 31
Binary 1010110 101011 110001 0 110010 101011 1000010 101100000 100001 11001

Color Harmonies of #562B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562B31

Black with #562B31

Text Example


Text Example

White with #562B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562B31; }

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

 H1.HeaderClassName
 {
   color: #562B31;
 }
 .AnyTagClassName
 {
   color: #562B31;
 }
</style>

background-color css

<style>
 a { background-color: #562B31; }

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

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

border-color css

<style>
 span { border-color: #562B31; }

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

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