#50223D

Color #50223D Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #50223D

Tints of Barossa #50223D

Color information

#50223D (or 0x50223D) is unknown color: approx Barossa. HEX triplet: 50, 22 and 3D. RGB value is (80,34,61). Sum of RGB (Red+Green+Blue) = 80+34+61=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223D is #AFDDC2. Grayscale: #323232. Windows color (decimal): -11525571 or 4006480. OLE color: 4006480.

HSL color Cylindrical-coordinate representation of color #50223D: hue angle of 324.78º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50223D is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB803461-
CMYK00.580.240.69
HSL324.78º40.35%22.35%-
HSV(B)324.78º57.5%31.37%-
XYZ4.723.194.78-
YUV50.83133.74148.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=45.71%
G=19.43%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80346100.580.240.69324.7840.3522.35
Hex50223D03A18451452816
Octal1204275072301055055026
Binary1010000100010111101011101011000100010110100010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50223D;
 }
 .AnyTagClassName
 {
   color: #50223D;
 }
</style>
background-color css

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

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

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

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

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

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