Html Css Color HEX #502C36 Wine Berry

📋 copy color: '#502C36'

red 80 ◦ green 44 ◦ blue 54

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

Shades of Wine Berry #502C36

Tints of Wine Berry #502C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 44.94%
G = 24.72%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#502C36 (or 0x502C36) is known color: Wine Berry. HEX triplet: 50, 2C and 36. RGB value is (80,44,54). Sum of RGB (Red+Green+Blue) = 80+44+54=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C36 is #AFD3C9. Grayscale: #373737. Windows color (decimal): -11523018 or 3550288. OLE color: 3550288.

HSL color Cylindrical-coordinate representation of color #502C36: hue angle of 343.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 #502C36 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 54 -
CMYK 0 0.45 0.33 0.69
HSL 343.33º 0.29% 0.24% -
HSV(B) 343.33º 0.45% 0.31% -
XYZ 4.87 3.77 3.96 -
YUV 55.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 80 44 54 0 0.45 0.33 0.69 343.33 0.29 0.24
Hex 50 2C 36 0 2D 21 45 157 1D 18
Octal 120 54 66 0 55 41 105 527 35 30
Binary 1010000 101100 110110 0 101101 100001 1000101 101010111 11101 11000

Color Harmonies of #502C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C36

Black with #502C36

Text Example


Text Example

White with #502C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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