Html Css Color HEX #852A47 Disco

📋 copy color: '#852A47'

red 133 ◦ green 42 ◦ blue 71

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

Shades of Disco #852A47

Tints of Disco #852A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

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

R = 54.07%
G = 17.07%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852A47 (or 0x852A47) is known color: Disco. HEX triplet: 85, 2A and 47. RGB value is (133,42,71). Sum of RGB (Red+Green+Blue) = 133+42+71=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #852A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A47 is #7AD5B8. Grayscale: #484848. Windows color (decimal): -8050105 or 4663941. OLE color: 4663941.

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

Color convert

RGB 133 42 71 -
CMYK 0 0.68 0.47 0.48
HSL 340.88º 0.52% 0.34% -
HSV(B) 340.88º 0.68% 0.52% -
XYZ 11.64 7.1 6.72 -
YUV 72.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 133 42 71 0 0.68 0.47 0.48 340.88 0.52 0.34
Hex 85 2A 47 0 44 2F 30 155 34 22
Octal 205 52 107 0 104 57 60 525 64 42
Binary 10000101 101010 1000111 0 1000100 101111 110000 101010101 110100 100010

Color Harmonies of #852A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A47

Black with #852A47

Text Example


Text Example

White with #852A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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