Html Css Color HEX #502B3F Barossa

📋 copy color: '#502B3F'

red 80 ◦ green 43 ◦ blue 63

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

Shades of Barossa #502B3F

Tints of Barossa #502B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.87%

R = 43.01%
G = 23.12%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#502B3F (or 0x502B3F) is known color: Barossa. HEX triplet: 50, 2B and 3F. RGB value is (80,43,63). Sum of RGB (Red+Green+Blue) = 80+43+63=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B3F is #AFD4C0. Grayscale: #383838. Windows color (decimal): -11523265 or 4139856. OLE color: 4139856.

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

Color convert

RGB 80 43 63 -
CMYK 0 0.46 0.21 0.69
HSL 327.57º 0.3% 0.24% -
HSV(B) 327.57º 0.46% 0.31% -
XYZ 5.07 3.79 5.17 -
YUV 56.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 80 43 63 0 0.46 0.21 0.69 327.57 0.3 0.24
Hex 50 2B 3F 0 2E 15 45 148 1E 18
Octal 120 53 77 0 56 25 105 510 36 30
Binary 1010000 101011 111111 0 101110 10101 1000101 101001000 11110 11000

Color Harmonies of #502B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B3F

Black with #502B3F

Text Example


Text Example

White with #502B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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