Html Css Color HEX #50243A Barossa

📋 copy color: '#50243A'

red 80 ◦ green 36 ◦ blue 58

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

Shades of Barossa #50243A

Tints of Barossa #50243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 45.98%
G = 20.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50243A (or 0x50243A) is known color: Barossa. HEX triplet: 50, 24 and 3A. RGB value is (80,36,58). Sum of RGB (Red+Green+Blue) = 80+36+58=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50243A is #AFDBC5. Grayscale: #333333. Windows color (decimal): -11525062 or 3810384. OLE color: 3810384.

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

Color convert

RGB 80 36 58 -
CMYK 0 0.55 0.28 0.69
HSL 330º 0.38% 0.23% -
HSV(B) 330º 0.55% 0.31% -
XYZ 4.7 3.27 4.39 -
YUV 51.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 80 36 58 0 0.55 0.28 0.69 330 0.38 0.23
Hex 50 24 3A 0 37 1C 45 14A 26 17
Octal 120 44 72 0 67 34 105 512 46 27
Binary 1010000 100100 111010 0 110111 11100 1000101 101001010 100110 10111

Color Harmonies of #50243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50243A

Black with #50243A

Text Example


Text Example

White with #50243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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