Html Css Color HEX #502D36 Wine Berry

📋 copy color: '#502D36'

red 80 ◦ green 45 ◦ blue 54

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

Shades of Wine Berry #502D36

Tints of Wine Berry #502D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.14%

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

R = 44.69%
G = 25.14%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#502D36 (or 0x502D36) is known color: Wine Berry. HEX triplet: 50, 2D and 36. RGB value is (80,45,54). Sum of RGB (Red+Green+Blue) = 80+45+54=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D36 is #AFD2C9. Grayscale: #383838. Windows color (decimal): -11522762 or 3550544. OLE color: 3550544.

HSL color Cylindrical-coordinate representation of color #502D36: hue angle of 344.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D36 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 45 54 -
CMYK 0 0.44 0.33 0.69
HSL 344.57º 0.28% 0.25% -
HSV(B) 344.57º 0.44% 0.31% -
XYZ 4.91 3.85 3.97 -
YUV 56.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 80 45 54 0 0.44 0.33 0.69 344.57 0.28 0.25
Hex 50 2D 36 0 2C 21 45 159 1C 19
Octal 120 55 66 0 54 41 105 531 34 31
Binary 1010000 101101 110110 0 101100 100001 1000101 101011001 11100 11001

Color Harmonies of #502D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D36

Black with #502D36

Text Example


Text Example

White with #502D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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