#53303F

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

Shades of Barossa #53303F

Tints of Barossa #53303F

Color information

#53303F (or 0x53303F) is unknown color: approx Barossa. HEX triplet: 53, 30 and 3F. RGB value is (83,48,63). Sum of RGB (Red+Green+Blue) = 83+48+63=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303F is #ACCFC0. Grayscale: #3C3C3C. Windows color (decimal): -11325377 or 4141139. OLE color: 4141139.

HSL color Cylindrical-coordinate representation of color #53303F: hue angle of 334.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303F is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB834863-
CMYK00.420.240.67
HSL334.29º26.72%25.69%-
HSV(B)334.29º42.17%32.55%-
XYZ5.524.315.24-
YUV60.18129.6144.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 63 (25% from 255) = 32.47%
R=42.78%
G=24.74%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83486300.420.240.67334.2926.7225.69
Hex53303F02A184314e1b1a
Octal1236077052301035163332
Binary101001111000011111101010101100010000111010011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53303F; }

 p { color: rgb(83,48,63); }

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

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

 a { background-color: rgb(83,48,63); }

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

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

 span { border-color: rgb(83,48,63); }

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