#53273C

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

Shades of Barossa #53273C

Tints of Barossa #53273C

Color information

#53273C (or 0x53273C) is unknown color: approx Barossa. HEX triplet: 53, 27 and 3C. RGB value is (83,39,60). Sum of RGB (Red+Green+Blue) = 83+39+60=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273C is #ACD8C3. Grayscale: #363636. Windows color (decimal): -11327684 or 3942227. OLE color: 3942227.

HSL color Cylindrical-coordinate representation of color #53273C: hue angle of 331.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53273C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB833960-
CMYK00.530.280.67
HSL331.36º36.07%23.92%-
HSV(B)331.36º53.01%32.55%-
XYZ5.113.624.7-
YUV54.55131.08148.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=45.60%
G=21.43%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83396000.530.280.67331.3636.0723.92
Hex53273C0351C4314b2418
Octal1234774065341035134430
Binary1010011100111111100011010111100100001110100101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53273C; }

 p { color: rgb(83,39,60); }

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

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

 a { background-color: rgb(83,39,60); }

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

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

 span { border-color: rgb(83,39,60); }

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