Html Css Color HEX #852F4D Disco

📋 copy color: '#852F4D'

red 133 ◦ green 47 ◦ blue 77

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

Shades of Disco #852F4D

Tints of Disco #852F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 51.75%
G = 18.29%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#852F4D (or 0x852F4D) is known color: Disco. HEX triplet: 85, 2F and 4D. RGB value is (133,47,77). Sum of RGB (Red+Green+Blue) = 133+47+77=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F4D is #7AD0B2. Grayscale: #4C4C4C. Windows color (decimal): -8048819 or 5058437. OLE color: 5058437.

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

Color convert

RGB 133 47 77 -
CMYK 0 0.65 0.42 0.48
HSL 339.07º 0.48% 0.35% -
HSV(B) 339.07º 0.65% 0.52% -
XYZ 12.03 7.56 7.85 -
YUV 76.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 133 47 77 0 0.65 0.42 0.48 339.07 0.48 0.35
Hex 85 2F 4D 0 41 2A 30 153 30 23
Octal 205 57 115 0 101 52 60 523 60 43
Binary 10000101 101111 1001101 0 1000001 101010 110000 101010011 110000 100011

Color Harmonies of #852F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F4D

Black with #852F4D

Text Example


Text Example

White with #852F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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