Html Css Color HEX #831139 Scarlett

📋 copy color: '#831139'

red 131 ◦ green 17 ◦ blue 57

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

Shades of Scarlett #831139

Tints of Scarlett #831139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 63.9%
G = 8.29%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#831139 (or 0x831139) is known color: Scarlett. HEX triplet: 83, 11 and 39. RGB value is (131,17,57). Sum of RGB (Red+Green+Blue) = 131+17+57=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #831139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831139 is #7CEEC6. Grayscale: #373737. Windows color (decimal): -8187591 or 3740035. OLE color: 3740035.

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

Color convert

RGB 131 17 57 -
CMYK 0 0.87 0.56 0.49
HSL 338.95º 0.77% 0.29% -
HSV(B) 338.95º 0.87% 0.51% -
XYZ 10.3 5.52 4.39 -
YUV 55.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 131 17 57 0 0.87 0.56 0.49 338.95 0.77 0.29
Hex 83 11 39 0 57 38 31 153 4D 1D
Octal 203 21 71 0 127 70 61 523 115 35
Binary 10000011 10001 111001 0 1010111 111000 110001 101010011 1001101 11101

Color Harmonies of #831139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831139

Black with #831139

Text Example


Text Example

White with #831139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831139; }

 p { color: rgb(131,17,57); }

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

background-color css

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

 a { background-color: rgb(131,17,57); }

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

border-color css

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

 span { border-color: rgb(131,17,57); }

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