Html Css Color HEX #831529 Scarlett

📋 copy color: '#831529'

red 131 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #831529

Tints of Scarlett #831529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 67.88%
G = 10.88%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#831529 (or 0x831529) is known color: Scarlett. HEX triplet: 83, 15 and 29. RGB value is (131,21,41). Sum of RGB (Red+Green+Blue) = 131+21+41=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #831529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831529 is #7CEAD6. Grayscale: #383838. Windows color (decimal): -8186583 or 2692483. OLE color: 2692483.

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

Color convert

RGB 131 21 41 -
CMYK 0 0.84 0.69 0.49
HSL 349.09º 0.72% 0.3% -
HSV(B) 349.09º 0.84% 0.51% -
XYZ 10.03 5.52 2.64 -
YUV 56.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 131 21 41 0 0.84 0.69 0.49 349.09 0.72 0.3
Hex 83 15 29 0 54 45 31 15D 48 1E
Octal 203 25 51 0 124 105 61 535 110 36
Binary 10000011 10101 101001 0 1010100 1000101 110001 101011101 1001000 11110

Color Harmonies of #831529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831529

Black with #831529

Text Example


Text Example

White with #831529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831529; }

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

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

background-color css

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

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

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

border-color css

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

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

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