Html Css Color HEX #50233B Barossa

📋 copy color: '#50233B'

red 80 ◦ green 35 ◦ blue 59

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

Shades of Barossa #50233B

Tints of Barossa #50233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 45.98%
G = 20.11%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50233B (or 0x50233B) is known color: Barossa. HEX triplet: 50, 23 and 3B. RGB value is (80,35,59). Sum of RGB (Red+Green+Blue) = 80+35+59=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50233B is #AFDCC4. Grayscale: #333333. Windows color (decimal): -11525317 or 3875664. OLE color: 3875664.

HSL color Cylindrical-coordinate representation of color #50233B: hue angle of 328º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50233B is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 59 -
CMYK 0 0.56 0.26 0.69
HSL 328º 0.39% 0.23% -
HSV(B) 328º 0.56% 0.31% -
XYZ 4.7 3.22 4.51 -
YUV 51.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 80 35 59 0 0.56 0.26 0.69 328 0.39 0.23
Hex 50 23 3B 0 38 1A 45 148 27 17
Octal 120 43 73 0 70 32 105 510 47 27
Binary 1010000 100011 111011 0 111000 11010 1000101 101001000 100111 10111

Color Harmonies of #50233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50233B

Black with #50233B

Text Example


Text Example

White with #50233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50233B; }

 p { color: rgb(80,35,59); }

 H1.HeaderClassName
 {
   color: #50233B;
 }
 .AnyTagClassName
 {
   color: #50233B;
 }
</style>

background-color css

<style>
 a { background-color: #50233B; }

 a { background-color: rgb(80,35,59); }

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

border-color css

<style>
 span { border-color: #50233B; }

 span { border-color: rgb(80,35,59); }

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