Html Css Color HEX #831132 Scarlett

📋 copy color: '#831132'

red 131 ◦ green 17 ◦ blue 50

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

Shades of Scarlett #831132

Tints of Scarlett #831132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.25%

R = 66.16%
G = 8.59%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#831132 (or 0x831132) is known color: Scarlett. HEX triplet: 83, 11 and 32. RGB value is (131,17,50). Sum of RGB (Red+Green+Blue) = 131+17+50=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #831132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831132 is #7CEECD. Grayscale: #363636. Windows color (decimal): -8187598 or 3281283. OLE color: 3281283.

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

Color convert

RGB 131 17 50 -
CMYK 0 0.87 0.62 0.49
HSL 342.63º 0.77% 0.29% -
HSV(B) 342.63º 0.87% 0.51% -
XYZ 10.14 5.46 3.54 -
YUV 54.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 131 17 50 0 0.87 0.62 0.49 342.63 0.77 0.29
Hex 83 11 32 0 57 3E 31 157 4D 1D
Octal 203 21 62 0 127 76 61 527 115 35
Binary 10000011 10001 110010 0 1010111 111110 110001 101010111 1001101 11101

Color Harmonies of #831132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831132

Black with #831132

Text Example


Text Example

White with #831132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831132; }

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

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

background-color css

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

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

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

border-color css

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

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

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