#53273B

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

Shades of Barossa #53273B

Tints of Barossa #53273B

Color information

#53273B (or 0x53273B) is unknown color: approx Barossa. HEX triplet: 53, 27 and 3B. RGB value is (83,39,59). Sum of RGB (Red+Green+Blue) = 83+39+59=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273B is #ACD8C4. Grayscale: #363636. Windows color (decimal): -11327685 or 3876691. OLE color: 3876691.

HSL color Cylindrical-coordinate representation of color #53273B: hue angle of 332.73º 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 #53273B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB833959-
CMYK00.530.290.67
HSL332.73º36.07%23.92%-
HSV(B)332.73º53.01%32.55%-
XYZ5.083.614.57-
YUV54.44130.58148.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=45.86%
G=21.55%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395900.530.290.67332.7336.0723.92
Hex53273B0351D4314d2418
Octal1234773065351035154430
Binary1010011100111111011011010111101100001110100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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