Html Css Color HEX #502D3E Barossa

📋 copy color: '#502D3E'

red 80 ◦ green 45 ◦ blue 62

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

Shades of Barossa #502D3E

Tints of Barossa #502D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 42.78%
G = 24.06%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#502D3E (or 0x502D3E) is known color: Barossa. HEX triplet: 50, 2D and 3E. RGB value is (80,45,62). Sum of RGB (Red+Green+Blue) = 80+45+62=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D3E is #AFD2C1. Grayscale: #393939. Windows color (decimal): -11522754 or 4074832. OLE color: 4074832.

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

Color convert

RGB 80 45 62 -
CMYK 0 0.44 0.22 0.69
HSL 330.86º 0.28% 0.25% -
HSV(B) 330.86º 0.44% 0.31% -
XYZ 5.12 3.93 5.05 -
YUV 57.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 80 45 62 0 0.44 0.22 0.69 330.86 0.28 0.25
Hex 50 2D 3E 0 2C 16 45 14B 1C 19
Octal 120 55 76 0 54 26 105 513 34 31
Binary 1010000 101101 111110 0 101100 10110 1000101 101001011 11100 11001

Color Harmonies of #502D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D3E

Black with #502D3E

Text Example


Text Example

White with #502D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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