Html Css Color HEX #533039 Wine Berry

📋 copy color: '#533039'

red 83 ◦ green 48 ◦ blue 57

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

Shades of Wine Berry #533039

Tints of Wine Berry #533039

RGB

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

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

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

R = 44.15%
G = 25.53%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#533039 (or 0x533039) is known color: Wine Berry. HEX triplet: 53, 30 and 39. RGB value is (83,48,57). Sum of RGB (Red+Green+Blue) = 83+48+57=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533039 is #ACCFC6. Grayscale: #3B3B3B. Windows color (decimal): -11325383 or 3747923. OLE color: 3747923.

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

Color convert

RGB 83 48 57 -
CMYK 0 0.42 0.31 0.67
HSL 344.57º 0.27% 0.26% -
HSV(B) 344.57º 0.42% 0.33% -
XYZ 5.36 4.25 4.41 -
YUV 59.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 83 48 57 0 0.42 0.31 0.67 344.57 0.27 0.26
Hex 53 30 39 0 2A 1F 43 159 1B 1A
Octal 123 60 71 0 52 37 103 531 33 32
Binary 1010011 110000 111001 0 101010 11111 1000011 101011001 11011 11010

Color Harmonies of #533039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533039

Black with #533039

Text Example


Text Example

White with #533039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533039; }

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

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

background-color css

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

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

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

border-color css

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

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

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