Html Css Color HEX #50283C Barossa

📋 copy color: '#50283C'

red 80 ◦ green 40 ◦ blue 60

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

Shades of Barossa #50283C

Tints of Barossa #50283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50283C (or 0x50283C) is known color: Barossa. HEX triplet: 50, 28 and 3C. RGB value is (80,40,60). Sum of RGB (Red+Green+Blue) = 80+40+60=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50283C is #AFD7C3. Grayscale: #363636. Windows color (decimal): -11524036 or 3942480. OLE color: 3942480.

HSL color Cylindrical-coordinate representation of color #50283C: hue angle of 330º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50283C is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 60 -
CMYK 0 0.5 0.25 0.69
HSL 330º 0.33% 0.24% -
HSV(B) 330º 0.5% 0.31% -
XYZ 4.88 3.55 4.7 -
YUV 54.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 80 40 60 0 0.5 0.25 0.69 330 0.33 0.24
Hex 50 28 3C 0 32 19 45 14A 21 18
Octal 120 50 74 0 62 31 105 512 41 30
Binary 1010000 101000 111100 0 110010 11001 1000101 101001010 100001 11000

Color Harmonies of #50283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50283C

Black with #50283C

Text Example


Text Example

White with #50283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50283C; }

 p { color: rgb(80,40,60); }

 H1.HeaderClassName
 {
   color: #50283C;
 }
 .AnyTagClassName
 {
   color: #50283C;
 }
</style>

background-color css

<style>
 a { background-color: #50283C; }

 a { background-color: rgb(80,40,60); }

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

border-color css

<style>
 span { border-color: #50283C; }

 span { border-color: rgb(80,40,60); }

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