Html Css Color HEX #852147 Disco

📋 copy color: '#852147'

red 133 ◦ green 33 ◦ blue 71

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

Shades of Disco #852147

Tints of Disco #852147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 56.12%
G = 13.92%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852147 (or 0x852147) is known color: Disco. HEX triplet: 85, 21 and 47. RGB value is (133,33,71). Sum of RGB (Red+Green+Blue) = 133+33+71=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852147 is #7ADEB8. Grayscale: #434343. Windows color (decimal): -8052409 or 4661637. OLE color: 4661637.

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

Color convert

RGB 133 33 71 -
CMYK 0 0.75 0.47 0.48
HSL 337.2º 0.6% 0.33% -
HSV(B) 337.2º 0.75% 0.52% -
XYZ 11.35 6.53 6.62 -
YUV 67.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 133 33 71 0 0.75 0.47 0.48 337.2 0.6 0.33
Hex 85 21 47 0 4B 2F 30 151 3C 21
Octal 205 41 107 0 113 57 60 521 74 41
Binary 10000101 100001 1000111 0 1001011 101111 110000 101010001 111100 100001

Color Harmonies of #852147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852147

Black with #852147

Text Example


Text Example

White with #852147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852147; }

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

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

background-color css

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

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

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

border-color css

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

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

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