Html Css Color HEX #50233D Barossa

📋 copy color: '#50233D'

red 80 ◦ green 35 ◦ blue 61

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

Shades of Barossa #50233D

Tints of Barossa #50233D

RGB

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

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

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

R = 45.45%
G = 19.89%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50233D (or 0x50233D) is known color: Barossa. HEX triplet: 50, 23 and 3D. RGB value is (80,35,61). Sum of RGB (Red+Green+Blue) = 80+35+61=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50233D is #AFDCC2. Grayscale: #333333. Windows color (decimal): -11525315 or 4006736. OLE color: 4006736.

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

Color convert

RGB 80 35 61 -
CMYK 0 0.56 0.24 0.69
HSL 325.33º 0.39% 0.23% -
HSV(B) 325.33º 0.56% 0.31% -
XYZ 4.75 3.24 4.79 -
YUV 51.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 80 35 61 0 0.56 0.24 0.69 325.33 0.39 0.23
Hex 50 23 3D 0 38 18 45 145 27 17
Octal 120 43 75 0 70 30 105 505 47 27
Binary 1010000 100011 111101 0 111000 11000 1000101 101000101 100111 10111

Color Harmonies of #50233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50233D

Black with #50233D

Text Example


Text Example

White with #50233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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