#532742

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

Shades of Barossa #532742

Tints of Barossa #532742

Color information

#532742 (or 0x532742) is unknown color: approx Barossa. HEX triplet: 53, 27 and 42. RGB value is (83,39,66). Sum of RGB (Red+Green+Blue) = 83+39+66=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532742 is #ACD8BD. Grayscale: #373737. Windows color (decimal): -11327678 or 4335443. OLE color: 4335443.

HSL color Cylindrical-coordinate representation of color #532742: hue angle of 323.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532742 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB833966-
CMYK00.530.200.67
HSL323.18º36.07%23.92%-
HSV(B)323.18º53.01%32.55%-
XYZ5.283.685.59-
YUV55.23134.08147.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=44.15%
G=20.74%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83396600.530.200.67323.1836.0723.92
Hex53274203514431432418
Octal12347102065241035034430
Binary10100111001111000010011010110100100001110100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532742; }

 p { color: rgb(83,39,66); }

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

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

 a { background-color: rgb(83,39,66); }

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

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

 span { border-color: rgb(83,39,66); }

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