Html Css Color HEX #831E31 Scarlett

📋 copy color: '#831E31'

red 131 ◦ green 30 ◦ blue 49

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

Shades of Scarlett #831E31

Tints of Scarlett #831E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

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

R = 62.38%
G = 14.29%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831E31 (or 0x831E31) is known color: Scarlett. HEX triplet: 83, 1E and 31. RGB value is (131,30,49). Sum of RGB (Red+Green+Blue) = 131+30+49=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #831E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E31 is #7CE1CE. Grayscale: #3E3E3E. Windows color (decimal): -8184271 or 3219075. OLE color: 3219075.

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

Color convert

RGB 131 30 49 -
CMYK 0 0.77 0.63 0.49
HSL 348.71º 0.63% 0.32% -
HSV(B) 348.71º 0.77% 0.51% -
XYZ 10.38 5.98 3.51 -
YUV 62.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 131 30 49 0 0.77 0.63 0.49 348.71 0.63 0.32
Hex 83 1E 31 0 4D 3F 31 15D 3F 20
Octal 203 36 61 0 115 77 61 535 77 40
Binary 10000011 11110 110001 0 1001101 111111 110001 101011101 111111 100000

Color Harmonies of #831E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E31

Black with #831E31

Text Example


Text Example

White with #831E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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