#53243B

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

Shades of Barossa #53243B

Tints of Barossa #53243B

Color information

#53243B (or 0x53243B) is unknown color: approx Barossa. HEX triplet: 53, 24 and 3B. RGB value is (83,36,59). Sum of RGB (Red+Green+Blue) = 83+36+59=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53243B is #ACDBC4. Grayscale: #343434. Windows color (decimal): -11328453 or 3875923. OLE color: 3875923.

HSL color Cylindrical-coordinate representation of color #53243B: hue angle of 330.64º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53243B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB833659-
CMYK00.570.290.67
HSL330.64º39.5%23.33%-
HSV(B)330.64º56.63%32.55%-
XYZ4.993.424.53-
YUV52.68131.57149.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=46.63%
G=20.22%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83365900.570.290.67330.6439.523.33
Hex53243B0391D4314b2717
Octal1234473071351035134727
Binary1010011100100111011011100111101100001110100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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