Html Css Color HEX #50233E Barossa

📋 copy color: '#50233E'

red 80 ◦ green 35 ◦ blue 62

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

Shades of Barossa #50233E

Tints of Barossa #50233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 45.2%
G = 19.77%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50233E (or 0x50233E) is known color: Barossa. HEX triplet: 50, 23 and 3E. RGB value is (80,35,62). Sum of RGB (Red+Green+Blue) = 80+35+62=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50233E is #AFDCC1. Grayscale: #333333. Windows color (decimal): -11525314 or 4072272. OLE color: 4072272.

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

Color convert

RGB 80 35 62 -
CMYK 0 0.56 0.22 0.69
HSL 324º 0.39% 0.23% -
HSV(B) 324º 0.56% 0.31% -
XYZ 4.78 3.26 4.93 -
YUV 51.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 80 35 62 0 0.56 0.22 0.69 324 0.39 0.23
Hex 50 23 3E 0 38 16 45 144 27 17
Octal 120 43 76 0 70 26 105 504 47 27
Binary 1010000 100011 111110 0 111000 10110 1000101 101000100 100111 10111

Color Harmonies of #50233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50233E

Black with #50233E

Text Example


Text Example

White with #50233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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