Html Css Color HEX #533237 Wine Berry

📋 copy color: '#533237'

red 83 ◦ green 50 ◦ blue 55

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

Shades of Wine Berry #533237

Tints of Wine Berry #533237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 44.15%
G = 26.6%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533237 (or 0x533237) is known color: Wine Berry. HEX triplet: 53, 32 and 37. RGB value is (83,50,55). Sum of RGB (Red+Green+Blue) = 83+50+55=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533237 is #ACCDC8. Grayscale: #3C3C3C. Windows color (decimal): -11324873 or 3617363. OLE color: 3617363.

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

Color convert

RGB 83 50 55 -
CMYK 0 0.40 0.34 0.67
HSL 350.91º 0.25% 0.26% -
HSV(B) 350.91º 0.4% 0.33% -
XYZ 5.4 4.4 4.18 -
YUV 60.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 83 50 55 0 0.40 0.34 0.67 350.91 0.25 0.26
Hex 53 32 37 0 28 22 43 15F 19 1A
Octal 123 62 67 0 50 42 103 537 31 32
Binary 1010011 110010 110111 0 101000 100010 1000011 101011111 11001 11010

Color Harmonies of #533237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533237

Black with #533237

Text Example


Text Example

White with #533237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533237; }

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

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

background-color css

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

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

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

border-color css

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

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

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