#53263B

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

Shades of Barossa #53263B

Tints of Barossa #53263B

Color information

#53263B (or 0x53263B) is unknown color: approx Barossa. HEX triplet: 53, 26 and 3B. RGB value is (83,38,59). Sum of RGB (Red+Green+Blue) = 83+38+59=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53263B is #ACD9C4. Grayscale: #353535. Windows color (decimal): -11327941 or 3876435. OLE color: 3876435.

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

Color convert

RGB833859-
CMYK00.540.290.67
HSL332º37.19%23.73%-
HSV(B)332º54.22%32.55%-
XYZ5.053.544.55-
YUV53.85130.91148.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=46.11%
G=21.11%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83385900.540.290.6733237.1923.73
Hex53263B0361D4314c2518
Octal1234673066351035144530
Binary1010011100110111011011011011101100001110100110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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