Html Css Color HEX #852F50 Disco

📋 copy color: '#852F50'

red 133 ◦ green 47 ◦ blue 80

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

Shades of Disco #852F50

Tints of Disco #852F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 51.15%
G = 18.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852F50 (or 0x852F50) is known color: Disco. HEX triplet: 85, 2F and 50. RGB value is (133,47,80). Sum of RGB (Red+Green+Blue) = 133+47+80=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F50 is #7AD0AF. Grayscale: #4C4C4C. Windows color (decimal): -8048816 or 5255045. OLE color: 5255045.

HSL color Cylindrical-coordinate representation of color #852F50: hue angle of 336.98º 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 #852F50 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 80 -
CMYK 0 0.65 0.40 0.48
HSL 336.98º 0.48% 0.35% -
HSV(B) 336.98º 0.65% 0.52% -
XYZ 12.14 7.6 8.42 -
YUV 76.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 133 47 80 0 0.65 0.40 0.48 336.98 0.48 0.35
Hex 85 2F 50 0 41 28 30 151 30 23
Octal 205 57 120 0 101 50 60 521 60 43
Binary 10000101 101111 1010000 0 1000001 101000 110000 101010001 110000 100011

Color Harmonies of #852F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F50

Black with #852F50

Text Example


Text Example

White with #852F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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