Html Css Color HEX #50263C Barossa

📋 copy color: '#50263C'

red 80 ◦ green 38 ◦ blue 60

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

Shades of Barossa #50263C

Tints of Barossa #50263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 44.94%
G = 21.35%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50263C (or 0x50263C) is known color: Barossa. HEX triplet: 50, 26 and 3C. RGB value is (80,38,60). Sum of RGB (Red+Green+Blue) = 80+38+60=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50263C is #AFD9C3. Grayscale: #353535. Windows color (decimal): -11524548 or 3941968. OLE color: 3941968.

HSL color Cylindrical-coordinate representation of color #50263C: hue angle of 328.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50263C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 60 -
CMYK 0 0.52 0.25 0.69
HSL 328.57º 0.36% 0.23% -
HSV(B) 328.57º 0.53% 0.31% -
XYZ 4.82 3.42 4.68 -
YUV 53.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 80 38 60 0 0.52 0.25 0.69 328.57 0.36 0.23
Hex 50 26 3C 0 34 19 45 149 24 17
Octal 120 46 74 0 64 31 105 511 44 27
Binary 1010000 100110 111100 0 110100 11001 1000101 101001001 100100 10111

Color Harmonies of #50263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50263C

Black with #50263C

Text Example


Text Example

White with #50263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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