Html Css Color HEX #533239 Wine Berry

📋 copy color: '#533239'

red 83 ◦ green 50 ◦ blue 57

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

Shades of Wine Berry #533239

Tints of Wine Berry #533239

RGB

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

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

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

R = 43.68%
G = 26.32%
B = 30%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#533239 (or 0x533239) is known color: Wine Berry. HEX triplet: 53, 32 and 39. RGB value is (83,50,57). Sum of RGB (Red+Green+Blue) = 83+50+57=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533239 is #ACCDC6. Grayscale: #3C3C3C. Windows color (decimal): -11324871 or 3748435. OLE color: 3748435.

HSL color Cylindrical-coordinate representation of color #533239: hue angle of 347.27º 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 #533239 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 57 -
CMYK 0 0.40 0.31 0.67
HSL 347.27º 0.25% 0.26% -
HSV(B) 347.27º 0.4% 0.33% -
XYZ 5.45 4.42 4.44 -
YUV 60.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 83 50 57 0 0.40 0.31 0.67 347.27 0.25 0.26
Hex 53 32 39 0 28 1F 43 15B 19 1A
Octal 123 62 71 0 50 37 103 533 31 32
Binary 1010011 110010 111001 0 101000 11111 1000011 101011011 11001 11010

Color Harmonies of #533239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533239

Black with #533239

Text Example


Text Example

White with #533239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533239; }

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

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

background-color css

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

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

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

border-color css

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

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

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