#503342

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

Shades of Barossa #503342

Tints of Barossa #503342

Color information

#503342 (or 0x503342) is unknown color: approx Barossa. HEX triplet: 50, 33 and 42. RGB value is (80,51,66). Sum of RGB (Red+Green+Blue) = 80+51+66=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503342 is #AFCCBD. Grayscale: #3D3D3D. Windows color (decimal): -11521214 or 4338512. OLE color: 4338512.

HSL color Cylindrical-coordinate representation of color #503342: hue angle of 328.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503342 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB805166-
CMYK00.360.170.69
HSL328.97º22.14%25.69%-
HSV(B)328.97º36.25%31.37%-
XYZ5.484.475.73-
YUV61.38130.61141.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=40.61%
G=25.89%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80516600.360.170.69328.9722.1425.69
Hex5033420241145149161a
Octal12063102044211055112632
Binary1010000110011100001001001001000110001011010010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503342; }

 p { color: rgb(80,51,66); }

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

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

 a { background-color: rgb(80,51,66); }

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

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

 span { border-color: rgb(80,51,66); }

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