Html Css Color HEX #831742 Disco

📋 copy color: '#831742'

red 131 ◦ green 23 ◦ blue 66

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

Shades of Disco #831742

Tints of Disco #831742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30%

R = 59.55%
G = 10.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#831742 (or 0x831742) is known color: Disco. HEX triplet: 83, 17 and 42. RGB value is (131,23,66). Sum of RGB (Red+Green+Blue) = 131+23+66=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #831742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831742 is #7CE8BD. Grayscale: #3C3C3C. Windows color (decimal): -8186046 or 4331395. OLE color: 4331395.

HSL color Cylindrical-coordinate representation of color #831742: hue angle of 336.11º 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 #831742 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 66 -
CMYK 0 0.82 0.50 0.49
HSL 336.11º 0.7% 0.3% -
HSV(B) 336.11º 0.82% 0.51% -
XYZ 10.65 5.83 5.72 -
YUV 60.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 131 23 66 0 0.82 0.50 0.49 336.11 0.7 0.3
Hex 83 17 42 0 52 32 31 150 46 1E
Octal 203 27 102 0 122 62 61 520 106 36
Binary 10000011 10111 1000010 0 1010010 110010 110001 101010000 1000110 11110

Color Harmonies of #831742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831742

Black with #831742

Text Example


Text Example

White with #831742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831742; }

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

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

background-color css

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

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

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

border-color css

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

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

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