Html Css Color HEX #50273F Barossa

📋 copy color: '#50273F'

red 80 ◦ green 39 ◦ blue 63

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

Shades of Barossa #50273F

Tints of Barossa #50273F

RGB

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

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

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

R = 43.96%
G = 21.43%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50273F (or 0x50273F) is known color: Barossa. HEX triplet: 50, 27 and 3F. RGB value is (80,39,63). Sum of RGB (Red+Green+Blue) = 80+39+63=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50273F is #AFD8C0. Grayscale: #353535. Windows color (decimal): -11524289 or 4138832. OLE color: 4138832.

HSL color Cylindrical-coordinate representation of color #50273F: hue angle of 324.88º 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 #50273F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 63 -
CMYK 0 0.51 0.21 0.69
HSL 324.88º 0.34% 0.23% -
HSV(B) 324.88º 0.51% 0.31% -
XYZ 4.93 3.52 5.12 -
YUV 54 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 80 39 63 0 0.51 0.21 0.69 324.88 0.34 0.23
Hex 50 27 3F 0 33 15 45 145 22 17
Octal 120 47 77 0 63 25 105 505 42 27
Binary 1010000 100111 111111 0 110011 10101 1000101 101000101 100010 10111

Color Harmonies of #50273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50273F

Black with #50273F

Text Example


Text Example

White with #50273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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