Html Css Color HEX #831A2C Scarlett

📋 copy color: '#831A2C'

red 131 ◦ green 26 ◦ blue 44

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

Shades of Scarlett #831A2C

Tints of Scarlett #831A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 65.17%
G = 12.94%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#831A2C (or 0x831A2C) is known color: Scarlett. HEX triplet: 83, 1A and 2C. RGB value is (131,26,44). Sum of RGB (Red+Green+Blue) = 131+26+44=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #831A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A2C is #7CE5D3. Grayscale: #3B3B3B. Windows color (decimal): -8185300 or 2890371. OLE color: 2890371.

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

Color convert

RGB 131 26 44 -
CMYK 0 0.80 0.66 0.49
HSL 349.71º 0.67% 0.31% -
HSV(B) 349.71º 0.8% 0.51% -
XYZ 10.18 5.75 2.96 -
YUV 59.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 131 26 44 0 0.80 0.66 0.49 349.71 0.67 0.31
Hex 83 1A 2C 0 50 42 31 15E 43 1F
Octal 203 32 54 0 120 102 61 536 103 37
Binary 10000011 11010 101100 0 1010000 1000010 110001 101011110 1000011 11111

Color Harmonies of #831A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A2C

Black with #831A2C

Text Example


Text Example

White with #831A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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