Html Css Color HEX #831B2C Scarlett

📋 copy color: '#831B2C'

red 131 ◦ green 27 ◦ blue 44

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

Shades of Scarlett #831B2C

Tints of Scarlett #831B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 64.85%
G = 13.37%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#831B2C (or 0x831B2C) is known color: Scarlett. HEX triplet: 83, 1B and 2C. RGB value is (131,27,44). Sum of RGB (Red+Green+Blue) = 131+27+44=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B2C is #7CE4D3. Grayscale: #3C3C3C. Windows color (decimal): -8185044 or 2890627. OLE color: 2890627.

HSL color Cylindrical-coordinate representation of color #831B2C: hue angle of 350.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B2C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 27 44 -
CMYK 0 0.79 0.66 0.49
HSL 350.19º 0.66% 0.31% -
HSV(B) 350.19º 0.79% 0.51% -
XYZ 10.21 5.79 2.96 -
YUV 60.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 131 27 44 0 0.79 0.66 0.49 350.19 0.66 0.31
Hex 83 1B 2C 0 4F 42 31 15E 42 1F
Octal 203 33 54 0 117 102 61 536 102 37
Binary 10000011 11011 101100 0 1001111 1000010 110001 101011110 1000010 11111

Color Harmonies of #831B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B2C

Black with #831B2C

Text Example


Text Example

White with #831B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,27,44); }

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

background-color css

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

 a { background-color: rgb(131,27,44); }

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

border-color css

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

 span { border-color: rgb(131,27,44); }

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