#52243E

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

Shades of Barossa #52243E

Tints of Barossa #52243E

Color information

#52243E (or 0x52243E) is unknown color: approx Barossa. HEX triplet: 52, 24 and 3E. RGB value is (82,36,62). Sum of RGB (Red+Green+Blue) = 82+36+62=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52243E is #ADDBC1. Grayscale: #343434. Windows color (decimal): -11393986 or 4072530. OLE color: 4072530.

HSL color Cylindrical-coordinate representation of color #52243E: hue angle of 326.09º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52243E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB823662-
CMYK00.560.240.68
HSL326.09º38.98%23.14%-
HSV(B)326.09º56.1%32.16%-
XYZ4.983.44.95-
YUV52.72133.24148.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=45.56%
G=20%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82366200.560.240.68326.0938.9823.14
Hex52243E03818441462717
Octal1224476070301045064727
Binary1010010100100111110011100011000100010010100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,36,62); }

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

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

 a { background-color: rgb(82,36,62); }

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

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

 span { border-color: rgb(82,36,62); }

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