Html Css Color HEX #852846 Disco

📋 copy color: '#852846'

red 133 ◦ green 40 ◦ blue 70

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

Shades of Disco #852846

Tints of Disco #852846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 54.73%
G = 16.46%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852846 (or 0x852846) is known color: Disco. HEX triplet: 85, 28 and 46. RGB value is (133,40,70). Sum of RGB (Red+Green+Blue) = 133+40+70=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #852846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852846 is #7AD7B9. Grayscale: #474747. Windows color (decimal): -8050618 or 4597893. OLE color: 4597893.

HSL color Cylindrical-coordinate representation of color #852846: hue angle of 340.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852846 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 70 -
CMYK 0 0.70 0.47 0.48
HSL 340.65º 0.54% 0.34% -
HSV(B) 340.65º 0.7% 0.52% -
XYZ 11.54 6.95 6.53 -
YUV 71.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 133 40 70 0 0.70 0.47 0.48 340.65 0.54 0.34
Hex 85 28 46 0 46 2F 30 155 36 22
Octal 205 50 106 0 106 57 60 525 66 42
Binary 10000101 101000 1000110 0 1000110 101111 110000 101010101 110110 100010

Color Harmonies of #852846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852846

Black with #852846

Text Example


Text Example

White with #852846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852846; }

 p { color: rgb(133,40,70); }

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

background-color css

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

 a { background-color: rgb(133,40,70); }

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

border-color css

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

 span { border-color: rgb(133,40,70); }

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