Html Css Color HEX #851241 Disco

📋 copy color: '#851241'

red 133 ◦ green 18 ◦ blue 65

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

Shades of Disco #851241

Tints of Disco #851241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 61.57%
G = 8.33%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#851241 (or 0x851241) is known color: Disco. HEX triplet: 85, 12 and 41. RGB value is (133,18,65). Sum of RGB (Red+Green+Blue) = 133+18+65=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #851241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851241 is #7AEDBE. Grayscale: #393939. Windows color (decimal): -8056255 or 4264581. OLE color: 4264581.

HSL color Cylindrical-coordinate representation of color #851241: hue angle of 335.48º 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 #851241 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 65 -
CMYK 0 0.86 0.51 0.48
HSL 335.48º 0.76% 0.3% -
HSV(B) 335.48º 0.86% 0.52% -
XYZ 10.84 5.8 5.55 -
YUV 57.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 133 18 65 0 0.86 0.51 0.48 335.48 0.76 0.3
Hex 85 12 41 0 56 33 30 14F 4C 1E
Octal 205 22 101 0 126 63 60 517 114 36
Binary 10000101 10010 1000001 0 1010110 110011 110000 101001111 1001100 11110

Color Harmonies of #851241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851241

Black with #851241

Text Example


Text Example

White with #851241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851241; }

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

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

background-color css

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

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

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

border-color css

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

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

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