#852B4F

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

Shades of Disco #852B4F

Tints of Disco #852B4F

Color information

#852B4F (or 0x852B4F) is unknown color: approx Disco. HEX triplet: 85, 2B and 4F. RGB value is (133,43,79). Sum of RGB (Red+Green+Blue) = 133+43+79=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B4F is #7AD4B0. Grayscale: #494949. Windows color (decimal): -8049841 or 5188485. OLE color: 5188485.

HSL color Cylindrical-coordinate representation of color #852B4F: hue angle of 336º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B4F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1334379-
CMYK00.680.410.48
HSL336º51.14%34.51%-
HSV(B)336º67.67%52.16%-
XYZ11.957.288.17-
YUV74.01130.82170.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=52.16%
G=16.86%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133437900.680.410.4833651.1434.51
Hex852B4F04429301503323
Octal20553117010451605206343
Binary10000101101011100111101000100101001110000101010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852B4F; }

 p { color: rgb(133,43,79); }

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

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

 a { background-color: rgb(133,43,79); }

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

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

 span { border-color: rgb(133,43,79); }

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