#852643

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

Shades of Disco #852643

Tints of Disco #852643

Color information

#852643 (or 0x852643) is unknown color: approx Disco. HEX triplet: 85, 26 and 43. RGB value is (133,38,67). Sum of RGB (Red+Green+Blue) = 133+38+67=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852643 is #7AD9BC. Grayscale: #454545. Windows color (decimal): -8051133 or 4400773. OLE color: 4400773.

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

Color convert

RGB1333867-
CMYK00.710.500.48
HSL341.68º55.56%33.53%-
HSV(B)341.68º71.43%52.16%-
XYZ11.386.786.02-
YUV69.71126.47173.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=55.88%
G=15.97%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386700.710.500.48341.6855.5633.53
Hex85264304732301563822
Octal20546103010762605267042
Binary10000101100110100001101000111110010110000101010110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852643; }

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

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

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

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

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

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

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

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