Html Css Color HEX #533137 Wine Berry

📋 copy color: '#533137'

red 83 ◦ green 49 ◦ blue 55

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

Shades of Wine Berry #533137

Tints of Wine Berry #533137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 55 (21.88% from 255) = 29.41%

R = 44.39%
G = 26.2%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533137 (or 0x533137) is known color: Wine Berry. HEX triplet: 53, 31 and 37. RGB value is (83,49,55). Sum of RGB (Red+Green+Blue) = 83+49+55=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533137 is #ACCEC8. Grayscale: #3B3B3B. Windows color (decimal): -11325129 or 3617107. OLE color: 3617107.

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

Color convert

RGB 83 49 55 -
CMYK 0 0.41 0.34 0.67
HSL 349.41º 0.26% 0.26% -
HSV(B) 349.41º 0.41% 0.33% -
XYZ 5.36 4.31 4.16 -
YUV 59.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 83 49 55 0 0.41 0.34 0.67 349.41 0.26 0.26
Hex 53 31 37 0 29 22 43 15D 1A 1A
Octal 123 61 67 0 51 42 103 535 32 32
Binary 1010011 110001 110111 0 101001 100010 1000011 101011101 11010 11010

Color Harmonies of #533137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533137

Black with #533137

Text Example


Text Example

White with #533137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533137; }

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

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

background-color css

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

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

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

border-color css

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

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

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