#53233E

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

Shades of Barossa #53233E

Tints of Barossa #53233E

Color information

#53233E (or 0x53233E) is unknown color: approx Barossa. HEX triplet: 53, 23 and 3E. RGB value is (83,35,62). Sum of RGB (Red+Green+Blue) = 83+35+62=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53233E is #ACDCC1. Grayscale: #343434. Windows color (decimal): -11328706 or 4072275. OLE color: 4072275.

HSL color Cylindrical-coordinate representation of color #53233E: hue angle of 326.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53233E is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB833562-
CMYK00.580.250.67
HSL326.25º40.68%23.14%-
HSV(B)326.25º57.83%32.55%-
XYZ5.043.394.95-
YUV52.43133.4149.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=46.11%
G=19.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83356200.580.250.67326.2540.6823.14
Hex53233E03A19431462917
Octal1234376072311035065127
Binary1010011100011111110011101011001100001110100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53233E; }

 p { color: rgb(83,35,62); }

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

<style>
 a { background-color: #53233E; }

 a { background-color: rgb(83,35,62); }

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

<style>
 span { border-color: #53233E; }

 span { border-color: rgb(83,35,62); }

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