Html Css Color HEX #831744 Disco

📋 copy color: '#831744'

red 131 ◦ green 23 ◦ blue 68

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

Shades of Disco #831744

Tints of Disco #831744

RGB

 RED value IS 131 (51.56% from 255) = 59.01%

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

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 59.01%
G = 10.36%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#831744 (or 0x831744) is known color: Disco. HEX triplet: 83, 17 and 44. RGB value is (131,23,68). Sum of RGB (Red+Green+Blue) = 131+23+68=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #831744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831744 is #7CE8BB. Grayscale: #3C3C3C. Windows color (decimal): -8186044 or 4462467. OLE color: 4462467.

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

Color convert

RGB 131 23 68 -
CMYK 0 0.82 0.48 0.49
HSL 335º 0.7% 0.3% -
HSV(B) 335º 0.82% 0.51% -
XYZ 10.71 5.86 6.03 -
YUV 60.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 131 23 68 0 0.82 0.48 0.49 335 0.7 0.3
Hex 83 17 44 0 52 30 31 14F 46 1E
Octal 203 27 104 0 122 60 61 517 106 36
Binary 10000011 10111 1000100 0 1010010 110000 110001 101001111 1000110 11110

Color Harmonies of #831744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831744

Black with #831744

Text Example


Text Example

White with #831744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831744; }

 p { color: rgb(131,23,68); }

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

background-color css

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

 a { background-color: rgb(131,23,68); }

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

border-color css

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

 span { border-color: rgb(131,23,68); }

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