Html Css Color HEX #831E32 Scarlett

📋 copy color: '#831E32'

red 131 ◦ green 30 ◦ blue 50

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

Shades of Scarlett #831E32

Tints of Scarlett #831E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

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

R = 62.09%
G = 14.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#831E32 (or 0x831E32) is known color: Scarlett. HEX triplet: 83, 1E and 32. RGB value is (131,30,50). Sum of RGB (Red+Green+Blue) = 131+30+50=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #831E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E32 is #7CE1CD. Grayscale: #3E3E3E. Windows color (decimal): -8184270 or 3284611. OLE color: 3284611.

HSL color Cylindrical-coordinate representation of color #831E32: hue angle of 348.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E32 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 50 -
CMYK 0 0.77 0.62 0.49
HSL 348.12º 0.63% 0.32% -
HSV(B) 348.12º 0.77% 0.51% -
XYZ 10.4 5.98 3.62 -
YUV 62.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 131 30 50 0 0.77 0.62 0.49 348.12 0.63 0.32
Hex 83 1E 32 0 4D 3E 31 15C 3F 20
Octal 203 36 62 0 115 76 61 534 77 40
Binary 10000011 11110 110010 0 1001101 111110 110001 101011100 111111 100000

Color Harmonies of #831E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E32

Black with #831E32

Text Example


Text Example

White with #831E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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