Html Css Color HEX #891340 Disco

📋 copy color: '#891340'

red 137 ◦ green 19 ◦ blue 64

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

Shades of Disco #891340

Tints of Disco #891340

RGB

 RED value IS 137 (53.91% from 255) = 62.27%

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

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

R = 62.27%
G = 8.64%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#891340 (or 0x891340) is known color: Disco. HEX triplet: 89, 13 and 40. RGB value is (137,19,64). Sum of RGB (Red+Green+Blue) = 137+19+64=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #891340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891340 is #76ECBF. Grayscale: #3B3B3B. Windows color (decimal): -7793856 or 4199305. OLE color: 4199305.

HSL color Cylindrical-coordinate representation of color #891340: hue angle of 337.12º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891340 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 64 -
CMYK 0 0.86 0.53 0.46
HSL 337.12º 0.76% 0.31% -
HSV(B) 337.12º 0.86% 0.54% -
XYZ 11.47 6.15 5.43 -
YUV 59.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 137 19 64 0 0.86 0.53 0.46 337.12 0.76 0.31
Hex 89 13 40 0 56 35 2E 151 4C 1F
Octal 211 23 100 0 126 65 56 521 114 37
Binary 10001001 10011 1000000 0 1010110 110101 101110 101010001 1001100 11111

Color Harmonies of #891340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891340

Black with #891340

Text Example


Text Example

White with #891340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891340; }

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

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

background-color css

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

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

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

border-color css

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

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

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