Html Css Color HEX #502F37 Wine Berry

📋 copy color: '#502F37'

red 80 ◦ green 47 ◦ blue 55

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

Shades of Wine Berry #502F37

Tints of Wine Berry #502F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 55 (21.88% from 255) = 30.22%

R = 43.96%
G = 25.82%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502F37 (or 0x502F37) is known color: Wine Berry. HEX triplet: 50, 2F and 37. RGB value is (80,47,55). Sum of RGB (Red+Green+Blue) = 80+47+55=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F37 is #AFD0C8. Grayscale: #393939. Windows color (decimal): -11522249 or 3616592. OLE color: 3616592.

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

Color convert

RGB 80 47 55 -
CMYK 0 0.41 0.31 0.69
HSL 345.45º 0.26% 0.25% -
HSV(B) 345.45º 0.41% 0.31% -
XYZ 5.01 4.01 4.12 -
YUV 57.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 80 47 55 0 0.41 0.31 0.69 345.45 0.26 0.25
Hex 50 2F 37 0 29 1F 45 159 1A 19
Octal 120 57 67 0 51 37 105 531 32 31
Binary 1010000 101111 110111 0 101001 11111 1000101 101011001 11010 11001

Color Harmonies of #502F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F37

Black with #502F37

Text Example


Text Example

White with #502F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,55); }

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

background-color css

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

 a { background-color: rgb(80,47,55); }

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

border-color css

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

 span { border-color: rgb(80,47,55); }

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