Html Css Color HEX #533238 Wine Berry

📋 copy color: '#533238'

red 83 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #533238

Tints of Wine Berry #533238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.63%

R = 43.92%
G = 26.46%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533238 (or 0x533238) is known color: Wine Berry. HEX triplet: 53, 32 and 38. RGB value is (83,50,56). Sum of RGB (Red+Green+Blue) = 83+50+56=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533238 is #ACCDC7. Grayscale: #3C3C3C. Windows color (decimal): -11324872 or 3682899. OLE color: 3682899.

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

Color convert

RGB 83 50 56 -
CMYK 0 0.40 0.33 0.67
HSL 349.09º 0.25% 0.26% -
HSV(B) 349.09º 0.4% 0.33% -
XYZ 5.42 4.41 4.31 -
YUV 60.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 83 50 56 0 0.40 0.33 0.67 349.09 0.25 0.26
Hex 53 32 38 0 28 21 43 15D 19 1A
Octal 123 62 70 0 50 41 103 535 31 32
Binary 1010011 110010 111000 0 101000 100001 1000011 101011101 11001 11010

Color Harmonies of #533238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533238

Black with #533238

Text Example


Text Example

White with #533238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533238; }

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

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

background-color css

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

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

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

border-color css

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

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

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