Html Css Color HEX #502B35 Wine Berry

📋 copy color: '#502B35'

red 80 ◦ green 43 ◦ blue 53

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

Shades of Wine Berry #502B35

Tints of Wine Berry #502B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 45.45%
G = 24.43%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#502B35 (or 0x502B35) is known color: Wine Berry. HEX triplet: 50, 2B and 35. RGB value is (80,43,53). Sum of RGB (Red+Green+Blue) = 80+43+53=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B35 is #AFD4CA. Grayscale: #373737. Windows color (decimal): -11523275 or 3484496. OLE color: 3484496.

HSL color Cylindrical-coordinate representation of color #502B35: hue angle of 343.78º 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 #502B35 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 53 -
CMYK 0 0.46 0.34 0.69
HSL 343.78º 0.3% 0.24% -
HSV(B) 343.78º 0.46% 0.31% -
XYZ 4.81 3.69 3.83 -
YUV 55.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 80 43 53 0 0.46 0.34 0.69 343.78 0.3 0.24
Hex 50 2B 35 0 2E 22 45 158 1E 18
Octal 120 53 65 0 56 42 105 530 36 30
Binary 1010000 101011 110101 0 101110 100010 1000101 101011000 11110 11000

Color Harmonies of #502B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B35

Black with #502B35

Text Example


Text Example

White with #502B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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