#852646

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

Shades of Disco #852646

Tints of Disco #852646

Color information

#852646 (or 0x852646) is unknown color: approx Disco. HEX triplet: 85, 26 and 46. RGB value is (133,38,70). Sum of RGB (Red+Green+Blue) = 133+38+70=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852646 is #7AD9B9. Grayscale: #464646. Windows color (decimal): -8051130 or 4597381. OLE color: 4597381.

HSL color Cylindrical-coordinate representation of color #852646: hue angle of 339.79º 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 #852646 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1333870-
CMYK00.710.470.48
HSL339.79º55.56%33.53%-
HSV(B)339.79º71.43%52.16%-
XYZ11.476.816.51-
YUV70.05127.97172.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=55.19%
G=15.77%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133387000.710.470.48339.7955.5633.53
Hex8526460472F301543822
Octal20546106010757605247042
Binary10000101100110100011001000111101111110000101010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852646; }

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

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

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

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

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

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

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

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