Html Css Color HEX #831A43 Disco

📋 copy color: '#831A43'

red 131 ◦ green 26 ◦ blue 67

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

Shades of Disco #831A43

Tints of Disco #831A43

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

 BLUE value IS 67 (26.56% from 255) = 29.91%

R = 58.48%
G = 11.61%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#831A43 (or 0x831A43) is known color: Disco. HEX triplet: 83, 1A and 43. RGB value is (131,26,67). Sum of RGB (Red+Green+Blue) = 131+26+67=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #831A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A43 is #7CE5BC. Grayscale: #3E3E3E. Windows color (decimal): -8185277 or 4397699. OLE color: 4397699.

HSL color Cylindrical-coordinate representation of color #831A43: hue angle of 336.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A43 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 67 -
CMYK 0 0.80 0.49 0.49
HSL 336.57º 0.67% 0.31% -
HSV(B) 336.57º 0.8% 0.51% -
XYZ 10.74 5.97 5.9 -
YUV 62.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 131 26 67 0 0.80 0.49 0.49 336.57 0.67 0.31
Hex 83 1A 43 0 50 31 31 151 43 1F
Octal 203 32 103 0 120 61 61 521 103 37
Binary 10000011 11010 1000011 0 1010000 110001 110001 101010001 1000011 11111

Color Harmonies of #831A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A43

Black with #831A43

Text Example


Text Example

White with #831A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A43; }

 p { color: rgb(131,26,67); }

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

background-color css

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

 a { background-color: rgb(131,26,67); }

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

border-color css

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

 span { border-color: rgb(131,26,67); }

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