Html Css Color HEX #851340 Disco

📋 copy color: '#851340'

red 133 ◦ green 19 ◦ blue 64

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

Shades of Disco #851340

Tints of Disco #851340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 61.57%
G = 8.8%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#851340 (or 0x851340) is known color: Disco. HEX triplet: 85, 13 and 40. RGB value is (133,19,64). Sum of RGB (Red+Green+Blue) = 133+19+64=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #851340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851340 is #7AECBF. Grayscale: #3A3A3A. Windows color (decimal): -8056000 or 4199301. OLE color: 4199301.

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

Color convert

RGB 133 19 64 -
CMYK 0 0.86 0.52 0.48
HSL 336.32º 0.75% 0.3% -
HSV(B) 336.32º 0.86% 0.52% -
XYZ 10.83 5.82 5.4 -
YUV 58.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 133 19 64 0 0.86 0.52 0.48 336.32 0.75 0.3
Hex 85 13 40 0 56 34 30 150 4B 1E
Octal 205 23 100 0 126 64 60 520 113 36
Binary 10000101 10011 1000000 0 1010110 110100 110000 101010000 1001011 11110

Color Harmonies of #851340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851340

Black with #851340

Text Example


Text Example

White with #851340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851340; }

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

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

background-color css

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

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

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

border-color css

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

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

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