Html Css Color HEX #852F49 Disco

📋 copy color: '#852F49'

red 133 ◦ green 47 ◦ blue 73

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

Shades of Disco #852F49

Tints of Disco #852F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

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

R = 52.57%
G = 18.58%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#852F49 (or 0x852F49) is known color: Disco. HEX triplet: 85, 2F and 49. RGB value is (133,47,73). Sum of RGB (Red+Green+Blue) = 133+47+73=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F49 is #7AD0B6. Grayscale: #4B4B4B. Windows color (decimal): -8048823 or 4796293. OLE color: 4796293.

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

Color convert

RGB 133 47 73 -
CMYK 0 0.65 0.45 0.48
HSL 341.86º 0.48% 0.35% -
HSV(B) 341.86º 0.65% 0.52% -
XYZ 11.89 7.5 7.12 -
YUV 75.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 133 47 73 0 0.65 0.45 0.48 341.86 0.48 0.35
Hex 85 2F 49 0 41 2D 30 156 30 23
Octal 205 57 111 0 101 55 60 526 60 43
Binary 10000101 101111 1001001 0 1000001 101101 110000 101010110 110000 100011

Color Harmonies of #852F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F49

Black with #852F49

Text Example


Text Example

White with #852F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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