Html Css Color HEX #852547 Disco

📋 copy color: '#852547'

red 133 ◦ green 37 ◦ blue 71

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

Shades of Disco #852547

Tints of Disco #852547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 55.19%
G = 15.35%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852547 (or 0x852547) is known color: Disco. HEX triplet: 85, 25 and 47. RGB value is (133,37,71). Sum of RGB (Red+Green+Blue) = 133+37+71=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852547 is #7ADAB8. Grayscale: #454545. Windows color (decimal): -8051385 or 4662661. OLE color: 4662661.

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

Color convert

RGB 133 37 71 -
CMYK 0 0.72 0.47 0.48
HSL 338.75º 0.56% 0.33% -
HSV(B) 338.75º 0.72% 0.52% -
XYZ 11.47 6.76 6.66 -
YUV 69.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 133 37 71 0 0.72 0.47 0.48 338.75 0.56 0.33
Hex 85 25 47 0 48 2F 30 153 38 21
Octal 205 45 107 0 110 57 60 523 70 41
Binary 10000101 100101 1000111 0 1001000 101111 110000 101010011 111000 100001

Color Harmonies of #852547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852547

Black with #852547

Text Example


Text Example

White with #852547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852547; }

 p { color: rgb(133,37,71); }

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

background-color css

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

 a { background-color: rgb(133,37,71); }

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

border-color css

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

 span { border-color: rgb(133,37,71); }

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