Html Css Color HEX #50253D Barossa

📋 copy color: '#50253D'

red 80 ◦ green 37 ◦ blue 61

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

Shades of Barossa #50253D

Tints of Barossa #50253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

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

R = 44.94%
G = 20.79%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50253D (or 0x50253D) is known color: Barossa. HEX triplet: 50, 25 and 3D. RGB value is (80,37,61). Sum of RGB (Red+Green+Blue) = 80+37+61=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50253D is #AFDAC2. Grayscale: #343434. Windows color (decimal): -11524803 or 4007248. OLE color: 4007248.

HSL color Cylindrical-coordinate representation of color #50253D: hue angle of 326.51º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50253D is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 61 -
CMYK 0 0.54 0.24 0.69
HSL 326.51º 0.37% 0.23% -
HSV(B) 326.51º 0.54% 0.31% -
XYZ 4.81 3.37 4.81 -
YUV 52.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 80 37 61 0 0.54 0.24 0.69 326.51 0.37 0.23
Hex 50 25 3D 0 36 18 45 147 25 17
Octal 120 45 75 0 66 30 105 507 45 27
Binary 1010000 100101 111101 0 110110 11000 1000101 101000111 100101 10111

Color Harmonies of #50253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50253D

Black with #50253D

Text Example


Text Example

White with #50253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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