#53283E

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

Shades of Barossa #53283E

Tints of Barossa #53283E

Color information

#53283E (or 0x53283E) is unknown color: approx Barossa. HEX triplet: 53, 28 and 3E. RGB value is (83,40,62). Sum of RGB (Red+Green+Blue) = 83+40+62=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53283E is #ACD7C1. Grayscale: #373737. Windows color (decimal): -11327426 or 4073555. OLE color: 4073555.

HSL color Cylindrical-coordinate representation of color #53283E: hue angle of 329.3º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53283E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB834062-
CMYK00.520.250.67
HSL329.3º34.96%24.12%-
HSV(B)329.3º51.81%32.55%-
XYZ5.23.75-
YUV55.36131.75147.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=44.86%
G=21.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83406200.520.250.67329.334.9624.12
Hex53283E03419431492318
Octal1235076064311035114330
Binary1010011101000111110011010011001100001110100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53283E; }

 p { color: rgb(83,40,62); }

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

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

 a { background-color: rgb(83,40,62); }

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

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

 span { border-color: rgb(83,40,62); }

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