Html Css Color HEX #831135 Scarlett

📋 copy color: '#831135'

red 131 ◦ green 17 ◦ blue 53

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

Shades of Scarlett #831135

Tints of Scarlett #831135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.37%

R = 65.17%
G = 8.46%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#831135 (or 0x831135) is known color: Scarlett. HEX triplet: 83, 11 and 35. RGB value is (131,17,53). Sum of RGB (Red+Green+Blue) = 131+17+53=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #831135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831135 is #7CEECA. Grayscale: #373737. Windows color (decimal): -8187595 or 3477891. OLE color: 3477891.

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

Color convert

RGB 131 17 53 -
CMYK 0 0.87 0.60 0.49
HSL 341.05º 0.77% 0.29% -
HSV(B) 341.05º 0.87% 0.51% -
XYZ 10.2 5.48 3.89 -
YUV 55.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 131 17 53 0 0.87 0.60 0.49 341.05 0.77 0.29
Hex 83 11 35 0 57 3C 31 155 4D 1D
Octal 203 21 65 0 127 74 61 525 115 35
Binary 10000011 10001 110101 0 1010111 111100 110001 101010101 1001101 11101

Color Harmonies of #831135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831135

Black with #831135

Text Example


Text Example

White with #831135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831135; }

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

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

background-color css

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

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

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

border-color css

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

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

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