Html Css Color HEX #502B33 Wine Berry

📋 copy color: '#502B33'

red 80 ◦ green 43 ◦ blue 51

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

Shades of Wine Berry #502B33

Tints of Wine Berry #502B33

RGB

 RED value IS 80 (31.64% from 255) = 45.98%

 GREEN value IS 43 (17.19% from 255) = 24.71%

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 45.98%
G = 24.71%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#502B33 (or 0x502B33) is known color: Wine Berry. HEX triplet: 50, 2B and 33. RGB value is (80,43,51). Sum of RGB (Red+Green+Blue) = 80+43+51=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #502B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B33 is #AFD4CC. Grayscale: #363636. Windows color (decimal): -11523277 or 3353424. OLE color: 3353424.

HSL color Cylindrical-coordinate representation of color #502B33: hue angle of 347.03º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B33 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 51 -
CMYK 0 0.46 0.36 0.69
HSL 347.03º 0.3% 0.24% -
HSV(B) 347.03º 0.46% 0.31% -
XYZ 4.77 3.67 3.59 -
YUV 54.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 80 43 51 0 0.46 0.36 0.69 347.03 0.3 0.24
Hex 50 2B 33 0 2E 24 45 15B 1E 18
Octal 120 53 63 0 56 44 105 533 36 30
Binary 1010000 101011 110011 0 101110 100100 1000101 101011011 11110 11000

Color Harmonies of #502B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B33

Black with #502B33

Text Example


Text Example

White with #502B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B33; }

 p { color: rgb(80,43,51); }

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

background-color css

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

 a { background-color: rgb(80,43,51); }

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

border-color css

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

 span { border-color: rgb(80,43,51); }

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