Html Css Color HEX #502D3B Barossa

📋 copy color: '#502D3B'

red 80 ◦ green 45 ◦ blue 59

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

Shades of Barossa #502D3B

Tints of Barossa #502D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 43.48%
G = 24.46%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#502D3B (or 0x502D3B) is known color: Barossa. HEX triplet: 50, 2D and 3B. RGB value is (80,45,59). Sum of RGB (Red+Green+Blue) = 80+45+59=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3B is #AFD2C4. Grayscale: #393939. Windows color (decimal): -11522757 or 3878224. OLE color: 3878224.

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

Color convert

RGB 80 45 59 -
CMYK 0 0.44 0.26 0.69
HSL 336º 0.28% 0.25% -
HSV(B) 336º 0.44% 0.31% -
XYZ 5.04 3.9 4.62 -
YUV 57.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 80 45 59 0 0.44 0.26 0.69 336 0.28 0.25
Hex 50 2D 3B 0 2C 1A 45 150 1C 19
Octal 120 55 73 0 54 32 105 520 34 31
Binary 1010000 101101 111011 0 101100 11010 1000101 101010000 11100 11001

Color Harmonies of #502D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D3B

Black with #502D3B

Text Example


Text Example

White with #502D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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