Html Css Color HEX #502C33 Wine Berry

📋 copy color: '#502C33'

red 80 ◦ green 44 ◦ blue 51

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

Shades of Wine Berry #502C33

Tints of Wine Berry #502C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

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

R = 45.71%
G = 25.14%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#502C33 (or 0x502C33) is known color: Wine Berry. HEX triplet: 50, 2C and 33. RGB value is (80,44,51). Sum of RGB (Red+Green+Blue) = 80+44+51=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C33 is #AFD3CC. Grayscale: #373737. Windows color (decimal): -11523021 or 3353680. OLE color: 3353680.

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

Color convert

RGB 80 44 51 -
CMYK 0 0.45 0.36 0.69
HSL 348.33º 0.29% 0.24% -
HSV(B) 348.33º 0.45% 0.31% -
XYZ 4.81 3.75 3.6 -
YUV 55.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 80 44 51 0 0.45 0.36 0.69 348.33 0.29 0.24
Hex 50 2C 33 0 2D 24 45 15C 1D 18
Octal 120 54 63 0 55 44 105 534 35 30
Binary 1010000 101100 110011 0 101101 100100 1000101 101011100 11101 11000

Color Harmonies of #502C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C33

Black with #502C33

Text Example


Text Example

White with #502C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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