Html Css Color HEX #50273D Barossa

📋 copy color: '#50273D'

red 80 ◦ green 39 ◦ blue 61

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

Shades of Barossa #50273D

Tints of Barossa #50273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 44.44%
G = 21.67%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50273D (or 0x50273D) is known color: Barossa. HEX triplet: 50, 27 and 3D. RGB value is (80,39,61). Sum of RGB (Red+Green+Blue) = 80+39+61=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273D is #AFD8C2. Grayscale: #353535. Windows color (decimal): -11524291 or 4007760. OLE color: 4007760.

HSL color Cylindrical-coordinate representation of color #50273D: hue angle of 327.8º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50273D is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 61 -
CMYK 0 0.51 0.24 0.69
HSL 327.8º 0.34% 0.23% -
HSV(B) 327.8º 0.51% 0.31% -
XYZ 4.88 3.49 4.83 -
YUV 53.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 80 39 61 0 0.51 0.24 0.69 327.8 0.34 0.23
Hex 50 27 3D 0 33 18 45 148 22 17
Octal 120 47 75 0 63 30 105 510 42 27
Binary 1010000 100111 111101 0 110011 11000 1000101 101001000 100010 10111

Color Harmonies of #50273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50273D

Black with #50273D

Text Example


Text Example

White with #50273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50273D; }

 p { color: rgb(80,39,61); }

 H1.HeaderClassName
 {
   color: #50273D;
 }
 .AnyTagClassName
 {
   color: #50273D;
 }
</style>

background-color css

<style>
 a { background-color: #50273D; }

 a { background-color: rgb(80,39,61); }

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

border-color css

<style>
 span { border-color: #50273D; }

 span { border-color: rgb(80,39,61); }

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