#53263C

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

Shades of Barossa #53263C

Tints of Barossa #53263C

Color information

#53263C (or 0x53263C) is unknown color: approx Barossa. HEX triplet: 53, 26 and 3C. RGB value is (83,38,60). Sum of RGB (Red+Green+Blue) = 83+38+60=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53263C is #ACD9C3. Grayscale: #353535. Windows color (decimal): -11327940 or 3941971. OLE color: 3941971.

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

Color convert

RGB833860-
CMYK00.540.280.67
HSL330.67º37.19%23.73%-
HSV(B)330.67º54.22%32.55%-
XYZ5.083.554.69-
YUV53.96131.41148.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=45.86%
G=20.99%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83386000.540.280.67330.6737.1923.73
Hex53263C0361C4314b2518
Octal1234674066341035134530
Binary1010011100110111100011011011100100001110100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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