Html Css Color HEX #533035 Wine Berry

📋 copy color: '#533035'

red 83 ◦ green 48 ◦ blue 53

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

Shades of Wine Berry #533035

Tints of Wine Berry #533035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 45.11%
G = 26.09%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533035 (or 0x533035) is known color: Wine Berry. HEX triplet: 53, 30 and 35. RGB value is (83,48,53). Sum of RGB (Red+Green+Blue) = 83+48+53=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533035 is #ACCFCA. Grayscale: #3B3B3B. Windows color (decimal): -11325387 or 3485779. OLE color: 3485779.

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

Color convert

RGB 83 48 53 -
CMYK 0 0.42 0.36 0.67
HSL 351.43º 0.27% 0.26% -
HSV(B) 351.43º 0.42% 0.33% -
XYZ 5.27 4.21 3.9 -
YUV 59.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 83 48 53 0 0.42 0.36 0.67 351.43 0.27 0.26
Hex 53 30 35 0 2A 24 43 15F 1B 1A
Octal 123 60 65 0 52 44 103 537 33 32
Binary 1010011 110000 110101 0 101010 100100 1000011 101011111 11011 11010

Color Harmonies of #533035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533035

Black with #533035

Text Example


Text Example

White with #533035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533035; }

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

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

background-color css

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

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

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

border-color css

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

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

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