Html Css Color HEX #562930 Wine Berry

📋 copy color: '#562930'

red 86 ◦ green 41 ◦ blue 48

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

Shades of Wine Berry #562930

Tints of Wine Berry #562930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 49.14%
G = 23.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#562930 (or 0x562930) is known color: Wine Berry. HEX triplet: 56, 29 and 30. RGB value is (86,41,48). Sum of RGB (Red+Green+Blue) = 86+41+48=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #562930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562930 is #A9D6CF. Grayscale: #373737. Windows color (decimal): -11130576 or 3156310. OLE color: 3156310.

HSL color Cylindrical-coordinate representation of color #562930: hue angle of 350.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562930 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 41 48 -
CMYK 0 0.52 0.44 0.66
HSL 350.67º 0.35% 0.25% -
HSV(B) 350.67º 0.52% 0.34% -
XYZ 5.16 3.78 3.25 -
YUV 55.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 86 41 48 0 0.52 0.44 0.66 350.67 0.35 0.25
Hex 56 29 30 0 34 2C 42 15F 23 19
Octal 126 51 60 0 64 54 102 537 43 31
Binary 1010110 101001 110000 0 110100 101100 1000010 101011111 100011 11001

Color Harmonies of #562930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562930

Black with #562930

Text Example


Text Example

White with #562930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562930; }

 p { color: rgb(86,41,48); }

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

background-color css

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

 a { background-color: rgb(86,41,48); }

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

border-color css

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

 span { border-color: rgb(86,41,48); }

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