Html Css Color HEX #851740 Disco

📋 copy color: '#851740'

red 133 ◦ green 23 ◦ blue 64

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

Shades of Disco #851740

Tints of Disco #851740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 60.45%
G = 10.45%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#851740 (or 0x851740) is known color: Disco. HEX triplet: 85, 17 and 40. RGB value is (133,23,64). Sum of RGB (Red+Green+Blue) = 133+23+64=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #851740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851740 is #7AE8BF. Grayscale: #3C3C3C. Windows color (decimal): -8054976 or 4200325. OLE color: 4200325.

HSL color Cylindrical-coordinate representation of color #851740: hue angle of 337.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851740 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 64 -
CMYK 0 0.83 0.52 0.48
HSL 337.64º 0.71% 0.31% -
HSV(B) 337.64º 0.83% 0.52% -
XYZ 10.9 5.97 5.43 -
YUV 60.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 133 23 64 0 0.83 0.52 0.48 337.64 0.71 0.31
Hex 85 17 40 0 53 34 30 152 47 1F
Octal 205 27 100 0 123 64 60 522 107 37
Binary 10000101 10111 1000000 0 1010011 110100 110000 101010010 1000111 11111

Color Harmonies of #851740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851740

Black with #851740

Text Example


Text Example

White with #851740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851740; }

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

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

background-color css

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

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

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

border-color css

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

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

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