Html Css Color HEX #852749 Disco

📋 copy color: '#852749'

red 133 ◦ green 39 ◦ blue 73

#852749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #852749

Tints of Disco #852749

RGB

 RED value IS 133 (52.34% from 255) = 54.29%

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 54.29%
G = 15.92%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852749 (or 0x852749) is known color: Disco. HEX triplet: 85, 27 and 49. RGB value is (133,39,73). Sum of RGB (Red+Green+Blue) = 133+39+73=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852749 is #7AD8B6. Grayscale: #464646. Windows color (decimal): -8050871 or 4794245. OLE color: 4794245.

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

Color convert

RGB 133 39 73 -
CMYK 0 0.71 0.45 0.48
HSL 338.3º 0.55% 0.34% -
HSV(B) 338.3º 0.71% 0.52% -
XYZ 11.6 6.92 7.03 -
YUV 70.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 133 39 73 0 0.71 0.45 0.48 338.3 0.55 0.34
Hex 85 27 49 0 47 2D 30 152 37 22
Octal 205 47 111 0 107 55 60 522 67 42
Binary 10000101 100111 1001001 0 1000111 101101 110000 101010010 110111 100010

Color Harmonies of #852749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852749

Black with #852749

Text Example


Text Example

White with #852749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852749; }

 p { color: rgb(133,39,73); }

 H1.HeaderClassName
 {
   color: #852749;
 }
 .AnyTagClassName
 {
   color: #852749;
 }
</style>

background-color css

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

 a { background-color: rgb(133,39,73); }

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

border-color css

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

 span { border-color: rgb(133,39,73); }

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