Html Css Color HEX #50253A Barossa

📋 copy color: '#50253A'

red 80 ◦ green 37 ◦ blue 58

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

Shades of Barossa #50253A

Tints of Barossa #50253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 45.71%
G = 21.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50253A (or 0x50253A) is known color: Barossa. HEX triplet: 50, 25 and 3A. RGB value is (80,37,58). Sum of RGB (Red+Green+Blue) = 80+37+58=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50253A is #AFDAC5. Grayscale: #343434. Windows color (decimal): -11524806 or 3810640. OLE color: 3810640.

HSL color Cylindrical-coordinate representation of color #50253A: hue angle of 330.7º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50253A is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 58 -
CMYK 0 0.54 0.28 0.69
HSL 330.7º 0.37% 0.23% -
HSV(B) 330.7º 0.54% 0.31% -
XYZ 4.73 3.33 4.4 -
YUV 52.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 80 37 58 0 0.54 0.28 0.69 330.7 0.37 0.23
Hex 50 25 3A 0 36 1C 45 14B 25 17
Octal 120 45 72 0 66 34 105 513 45 27
Binary 1010000 100101 111010 0 110110 11100 1000101 101001011 100101 10111

Color Harmonies of #50253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50253A

Black with #50253A

Text Example


Text Example

White with #50253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50253A; }

 p { color: rgb(80,37,58); }

 H1.HeaderClassName
 {
   color: #50253A;
 }
 .AnyTagClassName
 {
   color: #50253A;
 }
</style>

background-color css

<style>
 a { background-color: #50253A; }

 a { background-color: rgb(80,37,58); }

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

border-color css

<style>
 span { border-color: #50253A; }

 span { border-color: rgb(80,37,58); }

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