#502A3D

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

Shades of Barossa #502A3D

Tints of Barossa #502A3D

Color information

#502A3D (or 0x502A3D) is unknown color: approx Barossa. HEX triplet: 50, 2A and 3D. RGB value is (80,42,61). Sum of RGB (Red+Green+Blue) = 80+42+61=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A3D is #AFD5C2. Grayscale: #373737. Windows color (decimal): -11523523 or 4008528. OLE color: 4008528.

HSL color Cylindrical-coordinate representation of color #502A3D: hue angle of 330º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502A3D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB804261-
CMYK00.480.240.69
HSL330º31.15%23.92%-
HSV(B)330º47.5%31.37%-
XYZ4.983.74.87-
YUV55.53131.09145.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=43.72%
G=22.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80426100.480.240.6933031.1523.92
Hex502A3D030184514a1f18
Octal1205275060301055123730
Binary101000010101011110101100001100010001011010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A3D; }

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

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

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

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

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

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

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

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