Html Css Color HEX #50263D Barossa

📋 copy color: '#50263D'

red 80 ◦ green 38 ◦ blue 61

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

Shades of Barossa #50263D

Tints of Barossa #50263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 44.69%
G = 21.23%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50263D (or 0x50263D) is known color: Barossa. HEX triplet: 50, 26 and 3D. RGB value is (80,38,61). Sum of RGB (Red+Green+Blue) = 80+38+61=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50263D is #AFD9C2. Grayscale: #353535. Windows color (decimal): -11524547 or 4007504. OLE color: 4007504.

HSL color Cylindrical-coordinate representation of color #50263D: hue angle of 327.14º 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 #50263D is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 61 -
CMYK 0 0.52 0.24 0.69
HSL 327.14º 0.36% 0.23% -
HSV(B) 327.14º 0.53% 0.31% -
XYZ 4.84 3.43 4.82 -
YUV 53.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 80 38 61 0 0.52 0.24 0.69 327.14 0.36 0.23
Hex 50 26 3D 0 34 18 45 147 24 17
Octal 120 46 75 0 64 30 105 507 44 27
Binary 1010000 100110 111101 0 110100 11000 1000101 101000111 100100 10111

Color Harmonies of #50263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50263D

Black with #50263D

Text Example


Text Example

White with #50263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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