Html Css Color HEX #831133 Scarlett

📋 copy color: '#831133'

red 131 ◦ green 17 ◦ blue 51

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

Shades of Scarlett #831133

Tints of Scarlett #831133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 65.83%
G = 8.54%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#831133 (or 0x831133) is known color: Scarlett. HEX triplet: 83, 11 and 33. RGB value is (131,17,51). Sum of RGB (Red+Green+Blue) = 131+17+51=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831133 is #7CEECC. Grayscale: #363636. Windows color (decimal): -8187597 or 3346819. OLE color: 3346819.

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

Color convert

RGB 131 17 51 -
CMYK 0 0.87 0.61 0.49
HSL 342.11º 0.77% 0.29% -
HSV(B) 342.11º 0.87% 0.51% -
XYZ 10.16 5.47 3.65 -
YUV 54.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 131 17 51 0 0.87 0.61 0.49 342.11 0.77 0.29
Hex 83 11 33 0 57 3D 31 156 4D 1D
Octal 203 21 63 0 127 75 61 526 115 35
Binary 10000011 10001 110011 0 1010111 111101 110001 101010110 1001101 11101

Color Harmonies of #831133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831133

Black with #831133

Text Example


Text Example

White with #831133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831133; }

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

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

background-color css

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

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

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

border-color css

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

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

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