Html Css Color HEX #851247 Disco

📋 copy color: '#851247'

red 133 ◦ green 18 ◦ blue 71

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

Shades of Disco #851247

Tints of Disco #851247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 59.91%
G = 8.11%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#851247 (or 0x851247) is known color: Disco. HEX triplet: 85, 12 and 47. RGB value is (133,18,71). Sum of RGB (Red+Green+Blue) = 133+18+71=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #851247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851247 is #7AEDB8. Grayscale: #3A3A3A. Windows color (decimal): -8056249 or 4657797. OLE color: 4657797.

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

Color convert

RGB 133 18 71 -
CMYK 0 0.86 0.47 0.48
HSL 332.35º 0.76% 0.3% -
HSV(B) 332.35º 0.86% 0.52% -
XYZ 11.03 5.87 6.51 -
YUV 58.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 133 18 71 0 0.86 0.47 0.48 332.35 0.76 0.3
Hex 85 12 47 0 56 2F 30 14C 4C 1E
Octal 205 22 107 0 126 57 60 514 114 36
Binary 10000101 10010 1000111 0 1010110 101111 110000 101001100 1001100 11110

Color Harmonies of #851247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851247

Black with #851247

Text Example


Text Example

White with #851247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851247; }

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

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

background-color css

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

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

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

border-color css

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

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

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