Html Css Color HEX #831136 Scarlett

📋 copy color: '#831136'

red 131 ◦ green 17 ◦ blue 54

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

Shades of Scarlett #831136

Tints of Scarlett #831136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 64.85%
G = 8.42%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#831136 (or 0x831136) is known color: Scarlett. HEX triplet: 83, 11 and 36. RGB value is (131,17,54). Sum of RGB (Red+Green+Blue) = 131+17+54=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831136 is #7CEEC9. Grayscale: #373737. Windows color (decimal): -8187594 or 3543427. OLE color: 3543427.

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

Color convert

RGB 131 17 54 -
CMYK 0 0.87 0.59 0.49
HSL 340.53º 0.77% 0.29% -
HSV(B) 340.53º 0.87% 0.51% -
XYZ 10.23 5.49 4.01 -
YUV 55.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 131 17 54 0 0.87 0.59 0.49 340.53 0.77 0.29
Hex 83 11 36 0 57 3B 31 155 4D 1D
Octal 203 21 66 0 127 73 61 525 115 35
Binary 10000011 10001 110110 0 1010111 111011 110001 101010101 1001101 11101

Color Harmonies of #831136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831136

Black with #831136

Text Example


Text Example

White with #831136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831136; }

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

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

background-color css

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

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

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

border-color css

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

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

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