Html Css Color HEX #831532 Scarlett

📋 copy color: '#831532'

red 131 ◦ green 21 ◦ blue 50

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

Shades of Scarlett #831532

Tints of Scarlett #831532

RGB

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

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

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

R = 64.85%
G = 10.4%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#831532 (or 0x831532) is known color: Scarlett. HEX triplet: 83, 15 and 32. RGB value is (131,21,50). Sum of RGB (Red+Green+Blue) = 131+21+50=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831532 is #7CEACD. Grayscale: #393939. Windows color (decimal): -8186574 or 3282307. OLE color: 3282307.

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

Color convert

RGB 131 21 50 -
CMYK 0 0.84 0.62 0.49
HSL 344.18º 0.72% 0.3% -
HSV(B) 344.18º 0.84% 0.51% -
XYZ 10.2 5.59 3.56 -
YUV 57.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 131 21 50 0 0.84 0.62 0.49 344.18 0.72 0.3
Hex 83 15 32 0 54 3E 31 158 48 1E
Octal 203 25 62 0 124 76 61 530 110 36
Binary 10000011 10101 110010 0 1010100 111110 110001 101011000 1001000 11110

Color Harmonies of #831532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831532

Black with #831532

Text Example


Text Example

White with #831532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831532; }

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

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

background-color css

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

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

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

border-color css

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

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

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