Html Css Color HEX #50233F Barossa

📋 copy color: '#50233F'

red 80 ◦ green 35 ◦ blue 63

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

Shades of Barossa #50233F

Tints of Barossa #50233F

RGB

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

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

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

R = 44.94%
G = 19.66%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50233F (or 0x50233F) is known color: Barossa. HEX triplet: 50, 23 and 3F. RGB value is (80,35,63). Sum of RGB (Red+Green+Blue) = 80+35+63=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50233F is #AFDCC0. Grayscale: #333333. Windows color (decimal): -11525313 or 4137808. OLE color: 4137808.

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

Color convert

RGB 80 35 63 -
CMYK 0 0.56 0.21 0.69
HSL 322.67º 0.39% 0.23% -
HSV(B) 322.67º 0.56% 0.31% -
XYZ 4.81 3.27 5.08 -
YUV 51.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 80 35 63 0 0.56 0.21 0.69 322.67 0.39 0.23
Hex 50 23 3F 0 38 15 45 143 27 17
Octal 120 43 77 0 70 25 105 503 47 27
Binary 1010000 100011 111111 0 111000 10101 1000101 101000011 100111 10111

Color Harmonies of #50233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50233F

Black with #50233F

Text Example


Text Example

White with #50233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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