Html Css Color HEX #50233C Barossa

📋 copy color: '#50233C'

red 80 ◦ green 35 ◦ blue 60

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

Shades of Barossa #50233C

Tints of Barossa #50233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 45.71%
G = 20%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50233C (or 0x50233C) is known color: Barossa. HEX triplet: 50, 23 and 3C. RGB value is (80,35,60). Sum of RGB (Red+Green+Blue) = 80+35+60=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50233C is #AFDCC3. Grayscale: #333333. Windows color (decimal): -11525316 or 3941200. OLE color: 3941200.

HSL color Cylindrical-coordinate representation of color #50233C: hue angle of 326.67º 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 #50233C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 60 -
CMYK 0 0.56 0.25 0.69
HSL 326.67º 0.39% 0.23% -
HSV(B) 326.67º 0.56% 0.31% -
XYZ 4.72 3.23 4.65 -
YUV 51.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 80 35 60 0 0.56 0.25 0.69 326.67 0.39 0.23
Hex 50 23 3C 0 38 19 45 147 27 17
Octal 120 43 74 0 70 31 105 507 47 27
Binary 1010000 100011 111100 0 111000 11001 1000101 101000111 100111 10111

Color Harmonies of #50233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50233C

Black with #50233C

Text Example


Text Example

White with #50233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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