Html Css Color HEX #831231 Scarlett

📋 copy color: '#831231'

red 131 ◦ green 18 ◦ blue 49

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

Shades of Scarlett #831231

Tints of Scarlett #831231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 66.16%
G = 9.09%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831231 (or 0x831231) is known color: Scarlett. HEX triplet: 83, 12 and 31. RGB value is (131,18,49). Sum of RGB (Red+Green+Blue) = 131+18+49=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #831231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831231 is #7CEDCE. Grayscale: #373737. Windows color (decimal): -8187343 or 3216003. OLE color: 3216003.

HSL color Cylindrical-coordinate representation of color #831231: hue angle of 343.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831231 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 49 -
CMYK 0 0.86 0.63 0.49
HSL 343.54º 0.76% 0.29% -
HSV(B) 343.54º 0.86% 0.51% -
XYZ 10.13 5.48 3.43 -
YUV 55.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 131 18 49 0 0.86 0.63 0.49 343.54 0.76 0.29
Hex 83 12 31 0 56 3F 31 158 4C 1D
Octal 203 22 61 0 126 77 61 530 114 35
Binary 10000011 10010 110001 0 1010110 111111 110001 101011000 1001100 11101

Color Harmonies of #831231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831231

Black with #831231

Text Example


Text Example

White with #831231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831231; }

 p { color: rgb(131,18,49); }

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

background-color css

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

 a { background-color: rgb(131,18,49); }

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

border-color css

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

 span { border-color: rgb(131,18,49); }

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