Html Css Color HEX #50333E Barossa

📋 copy color: '#50333E'

red 80 ◦ green 51 ◦ blue 62

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

Shades of Barossa #50333E

Tints of Barossa #50333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 41.45%
G = 26.42%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50333E (or 0x50333E) is known color: Barossa. HEX triplet: 50, 33 and 3E. RGB value is (80,51,62). Sum of RGB (Red+Green+Blue) = 80+51+62=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50333E is #AFCCC1. Grayscale: #3C3C3C. Windows color (decimal): -11521218 or 4076368. OLE color: 4076368.

HSL color Cylindrical-coordinate representation of color #50333E: hue angle of 337.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50333E is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 62 -
CMYK 0 0.36 0.22 0.69
HSL 337.24º 0.22% 0.26% -
HSV(B) 337.24º 0.36% 0.31% -
XYZ 5.36 4.42 5.13 -
YUV 60.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 80 51 62 0 0.36 0.22 0.69 337.24 0.22 0.26
Hex 50 33 3E 0 24 16 45 151 16 1A
Octal 120 63 76 0 44 26 105 521 26 32
Binary 1010000 110011 111110 0 100100 10110 1000101 101010001 10110 11010

Color Harmonies of #50333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50333E

Black with #50333E

Text Example


Text Example

White with #50333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50333E; }

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

 H1.HeaderClassName
 {
   color: #50333E;
 }
 .AnyTagClassName
 {
   color: #50333E;
 }
</style>

background-color css

<style>
 a { background-color: #50333E; }

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

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

border-color css

<style>
 span { border-color: #50333E; }

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

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