Html Css Color HEX #533740 Wine Berry

📋 copy color: '#533740'

red 83 ◦ green 55 ◦ blue 64

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

Shades of Wine Berry #533740

Tints of Wine Berry #533740

RGB

 RED value IS 83 (32.81% from 255) = 41.09%

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 41.09%
G = 27.23%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533740 (or 0x533740) is known color: Wine Berry. HEX triplet: 53, 37 and 40. RGB value is (83,55,64). Sum of RGB (Red+Green+Blue) = 83+55+64=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533740 is #ACC8BF. Grayscale: #404040. Windows color (decimal): -11323584 or 4208467. OLE color: 4208467.

HSL color Cylindrical-coordinate representation of color #533740: hue angle of 340.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533740 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 64 -
CMYK 0 0.34 0.23 0.67
HSL 340.71º 0.2% 0.27% -
HSV(B) 340.71º 0.34% 0.33% -
XYZ 5.86 4.94 5.5 -
YUV 64.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 83 55 64 0 0.34 0.23 0.67 340.71 0.2 0.27
Hex 53 37 40 0 22 17 43 155 14 1B
Octal 123 67 100 0 42 27 103 525 24 33
Binary 1010011 110111 1000000 0 100010 10111 1000011 101010101 10100 11011

Color Harmonies of #533740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533740

Black with #533740

Text Example


Text Example

White with #533740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533740; }

 p { color: rgb(83,55,64); }

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

background-color css

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

 a { background-color: rgb(83,55,64); }

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

border-color css

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

 span { border-color: rgb(83,55,64); }

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