Html Css Color HEX #851441 Disco

📋 copy color: '#851441'

red 133 ◦ green 20 ◦ blue 65

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

Shades of Disco #851441

Tints of Disco #851441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 61.01%
G = 9.17%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#851441 (or 0x851441) is known color: Disco. HEX triplet: 85, 14 and 41. RGB value is (133,20,65). Sum of RGB (Red+Green+Blue) = 133+20+65=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #851441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851441 is #7AEBBE. Grayscale: #3A3A3A. Windows color (decimal): -8055743 or 4265093. OLE color: 4265093.

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

Color convert

RGB 133 20 65 -
CMYK 0 0.85 0.51 0.48
HSL 336.11º 0.74% 0.3% -
HSV(B) 336.11º 0.85% 0.52% -
XYZ 10.88 5.87 5.56 -
YUV 58.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 133 20 65 0 0.85 0.51 0.48 336.11 0.74 0.3
Hex 85 14 41 0 55 33 30 150 4A 1E
Octal 205 24 101 0 125 63 60 520 112 36
Binary 10000101 10100 1000001 0 1010101 110011 110000 101010000 1001010 11110

Color Harmonies of #851441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851441

Black with #851441

Text Example


Text Example

White with #851441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851441; }

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

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

background-color css

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

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

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

border-color css

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

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

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