#52253A

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

Shades of Barossa #52253A

Tints of Barossa #52253A

Color information

#52253A (or 0x52253A) is unknown color: approx Barossa. HEX triplet: 52, 25 and 3A. RGB value is (82,37,58). Sum of RGB (Red+Green+Blue) = 82+37+58=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52253A is #ADDAC5. Grayscale: #343434. Windows color (decimal): -11393734 or 3810642. OLE color: 3810642.

HSL color Cylindrical-coordinate representation of color #52253A: hue angle of 332º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52253A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB823758-
CMYK00.550.290.68
HSL332º37.82%23.33%-
HSV(B)332º54.88%32.16%-
XYZ4.93.424.41-
YUV52.85130.91148.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=46.33%
G=20.90%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82375800.550.290.6833237.8223.33
Hex52253A0371D4414c2617
Octal1224572067351045144627
Binary1010010100101111010011011111101100010010100110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52253A; }

 p { color: rgb(82,37,58); }

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

<style>
 a { background-color: #52253A; }

 a { background-color: rgb(82,37,58); }

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

<style>
 span { border-color: #52253A; }

 span { border-color: rgb(82,37,58); }

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