Html Css Color HEX #851C40 Disco

📋 copy color: '#851C40'

red 133 ◦ green 28 ◦ blue 64

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

Shades of Disco #851C40

Tints of Disco #851C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 59.11%
G = 12.44%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#851C40 (or 0x851C40) is known color: Disco. HEX triplet: 85, 1C and 40. RGB value is (133,28,64). Sum of RGB (Red+Green+Blue) = 133+28+64=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #851C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C40 is #7AE3BF. Grayscale: #3F3F3F. Windows color (decimal): -8053696 or 4201605. OLE color: 4201605.

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

Color convert

RGB 133 28 64 -
CMYK 0 0.79 0.52 0.48
HSL 339.43º 0.65% 0.32% -
HSV(B) 339.43º 0.79% 0.52% -
XYZ 11.01 6.19 5.46 -
YUV 63.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 133 28 64 0 0.79 0.52 0.48 339.43 0.65 0.32
Hex 85 1C 40 0 4F 34 30 153 41 20
Octal 205 34 100 0 117 64 60 523 101 40
Binary 10000101 11100 1000000 0 1001111 110100 110000 101010011 1000001 100000

Color Harmonies of #851C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C40

Black with #851C40

Text Example


Text Example

White with #851C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,64); }

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

background-color css

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

 a { background-color: rgb(133,28,64); }

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

border-color css

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

 span { border-color: rgb(133,28,64); }

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