Html Css Color HEX #533840 Wine Berry

📋 copy color: '#533840'

red 83 ◦ green 56 ◦ blue 64

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

Shades of Wine Berry #533840

Tints of Wine Berry #533840

RGB

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

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

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

R = 40.89%
G = 27.59%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533840 (or 0x533840) is known color: Wine Berry. HEX triplet: 53, 38 and 40. RGB value is (83,56,64). Sum of RGB (Red+Green+Blue) = 83+56+64=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533840 is #ACC7BF. Grayscale: #404040. Windows color (decimal): -11323328 or 4208723. OLE color: 4208723.

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

Color convert

RGB 83 56 64 -
CMYK 0 0.33 0.23 0.67
HSL 342.22º 0.19% 0.27% -
HSV(B) 342.22º 0.33% 0.33% -
XYZ 5.91 5.04 5.51 -
YUV 64.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 83 56 64 0 0.33 0.23 0.67 342.22 0.19 0.27
Hex 53 38 40 0 21 17 43 156 13 1B
Octal 123 70 100 0 41 27 103 526 23 33
Binary 1010011 111000 1000000 0 100001 10111 1000011 101010110 10011 11011

Color Harmonies of #533840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533840

Black with #533840

Text Example


Text Example

White with #533840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533840; }

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

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

background-color css

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

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

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

border-color css

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

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

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