Html Css Color HEX #533539 Wine Berry

📋 copy color: '#533539'

red 83 ◦ green 53 ◦ blue 57

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

Shades of Wine Berry #533539

Tints of Wine Berry #533539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 43.01%
G = 27.46%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#533539 (or 0x533539) is known color: Wine Berry. HEX triplet: 53, 35 and 39. RGB value is (83,53,57). Sum of RGB (Red+Green+Blue) = 83+53+57=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533539 is #ACCAC6. Grayscale: #3E3E3E. Windows color (decimal): -11324103 or 3749203. OLE color: 3749203.

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

Color convert

RGB 83 53 57 -
CMYK 0 0.36 0.31 0.67
HSL 352º 0.22% 0.27% -
HSV(B) 352º 0.36% 0.33% -
XYZ 5.58 4.68 4.48 -
YUV 62.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 83 53 57 0 0.36 0.31 0.67 352 0.22 0.27
Hex 53 35 39 0 24 1F 43 160 16 1B
Octal 123 65 71 0 44 37 103 540 26 33
Binary 1010011 110101 111001 0 100100 11111 1000011 101100000 10110 11011

Color Harmonies of #533539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533539

Black with #533539

Text Example


Text Example

White with #533539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533539; }

 p { color: rgb(83,53,57); }

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

background-color css

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

 a { background-color: rgb(83,53,57); }

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

border-color css

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

 span { border-color: rgb(83,53,57); }

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