Html Css Color HEX #851D47 Disco

📋 copy color: '#851D47'

red 133 ◦ green 29 ◦ blue 71

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

Shades of Disco #851D47

Tints of Disco #851D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 57.08%
G = 12.45%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#851D47 (or 0x851D47) is known color: Disco. HEX triplet: 85, 1D and 47. RGB value is (133,29,71). Sum of RGB (Red+Green+Blue) = 133+29+71=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #851D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D47 is #7AE2B8. Grayscale: #404040. Windows color (decimal): -8053433 or 4660613. OLE color: 4660613.

HSL color Cylindrical-coordinate representation of color #851D47: hue angle of 335.77º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D47 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 71 -
CMYK 0 0.78 0.47 0.48
HSL 335.77º 0.64% 0.32% -
HSV(B) 335.77º 0.78% 0.52% -
XYZ 11.25 6.32 6.59 -
YUV 64.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 133 29 71 0 0.78 0.47 0.48 335.77 0.64 0.32
Hex 85 1D 47 0 4E 2F 30 150 40 20
Octal 205 35 107 0 116 57 60 520 100 40
Binary 10000101 11101 1000111 0 1001110 101111 110000 101010000 1000000 100000

Color Harmonies of #851D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D47

Black with #851D47

Text Example


Text Example

White with #851D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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