#852645

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

Shades of Disco #852645

Tints of Disco #852645

Color information

#852645 (or 0x852645) is unknown color: approx Disco. HEX triplet: 85, 26 and 45. RGB value is (133,38,69). Sum of RGB (Red+Green+Blue) = 133+38+69=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852645 is #7AD9BA. Grayscale: #454545. Windows color (decimal): -8051131 or 4531845. OLE color: 4531845.

HSL color Cylindrical-coordinate representation of color #852645: hue angle of 340.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852645 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1333869-
CMYK00.710.480.48
HSL340.42º55.56%33.53%-
HSV(B)340.42º71.43%52.16%-
XYZ11.446.86.34-
YUV69.94127.47172.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=55.42%
G=15.83%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386900.710.480.48340.4255.5633.53
Hex85264504730301543822
Octal20546105010760605247042
Binary10000101100110100010101000111110000110000101010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852645; }

 p { color: rgb(133,38,69); }

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

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

 a { background-color: rgb(133,38,69); }

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

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

 span { border-color: rgb(133,38,69); }

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