Html Css Color HEX #50353F Barossa

📋 copy color: '#50353F'

red 80 ◦ green 53 ◦ blue 63

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

Shades of Barossa #50353F

Tints of Barossa #50353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 40.82%
G = 27.04%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50353F (or 0x50353F) is known color: Barossa. HEX triplet: 50, 35 and 3F. RGB value is (80,53,63). Sum of RGB (Red+Green+Blue) = 80+53+63=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353F is #AFCAC0. Grayscale: #3E3E3E. Windows color (decimal): -11520705 or 4142416. OLE color: 4142416.

HSL color Cylindrical-coordinate representation of color #50353F: hue angle of 337.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50353F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 63 -
CMYK 0 0.34 0.21 0.69
HSL 337.78º 0.2% 0.26% -
HSV(B) 337.78º 0.34% 0.31% -
XYZ 5.48 4.61 5.3 -
YUV 62.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 80 53 63 0 0.34 0.21 0.69 337.78 0.2 0.26
Hex 50 35 3F 0 22 15 45 152 14 1A
Octal 120 65 77 0 42 25 105 522 24 32
Binary 1010000 110101 111111 0 100010 10101 1000101 101010010 10100 11010

Color Harmonies of #50353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50353F

Black with #50353F

Text Example


Text Example

White with #50353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50353F; }

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

 H1.HeaderClassName
 {
   color: #50353F;
 }
 .AnyTagClassName
 {
   color: #50353F;
 }
</style>

background-color css

<style>
 a { background-color: #50353F; }

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

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

border-color css

<style>
 span { border-color: #50353F; }

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

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