Html Css Color HEX #851F49 Disco

📋 copy color: '#851F49'

red 133 ◦ green 31 ◦ blue 73

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

Shades of Disco #851F49

Tints of Disco #851F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 56.12%
G = 13.08%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#851F49 (or 0x851F49) is known color: Disco. HEX triplet: 85, 1F and 49. RGB value is (133,31,73). Sum of RGB (Red+Green+Blue) = 133+31+73=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #851F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F49 is #7AE0B6. Grayscale: #424242. Windows color (decimal): -8052919 or 4792197. OLE color: 4792197.

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

Color convert

RGB 133 31 73 -
CMYK 0 0.77 0.45 0.48
HSL 335.29º 0.62% 0.32% -
HSV(B) 335.29º 0.77% 0.52% -
XYZ 11.37 6.45 6.95 -
YUV 66.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 133 31 73 0 0.77 0.45 0.48 335.29 0.62 0.32
Hex 85 1F 49 0 4D 2D 30 14F 3E 20
Octal 205 37 111 0 115 55 60 517 76 40
Binary 10000101 11111 1001001 0 1001101 101101 110000 101001111 111110 100000

Color Harmonies of #851F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F49

Black with #851F49

Text Example


Text Example

White with #851F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,73); }

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

background-color css

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

 a { background-color: rgb(133,31,73); }

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

border-color css

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

 span { border-color: rgb(133,31,73); }

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