Html Css Color HEX #831535 Scarlett

📋 copy color: '#831535'

red 131 ◦ green 21 ◦ blue 53

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

Shades of Scarlett #831535

Tints of Scarlett #831535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 63.9%
G = 10.24%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#831535 (or 0x831535) is known color: Scarlett. HEX triplet: 83, 15 and 35. RGB value is (131,21,53). Sum of RGB (Red+Green+Blue) = 131+21+53=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #831535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831535 is #7CEACA. Grayscale: #393939. Windows color (decimal): -8186571 or 3478915. OLE color: 3478915.

HSL color Cylindrical-coordinate representation of color #831535: hue angle of 342.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831535 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 53 -
CMYK 0 0.84 0.60 0.49
HSL 342.55º 0.72% 0.3% -
HSV(B) 342.55º 0.84% 0.51% -
XYZ 10.27 5.62 3.91 -
YUV 57.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 131 21 53 0 0.84 0.60 0.49 342.55 0.72 0.3
Hex 83 15 35 0 54 3C 31 157 48 1E
Octal 203 25 65 0 124 74 61 527 110 36
Binary 10000011 10101 110101 0 1010100 111100 110001 101010111 1001000 11110

Color Harmonies of #831535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831535

Black with #831535

Text Example


Text Example

White with #831535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831535; }

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

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

background-color css

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

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

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

border-color css

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

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

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