Html Css Color HEX #831424 Scarlett

📋 copy color: '#831424'

red 131 ◦ green 20 ◦ blue 36

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

Shades of Scarlett #831424

Tints of Scarlett #831424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 70.05%
G = 10.7%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#831424 (or 0x831424) is known color: Scarlett. HEX triplet: 83, 14 and 24. RGB value is (131,20,36). Sum of RGB (Red+Green+Blue) = 131+20+36=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831424 is #7CEBDB. Grayscale: #373737. Windows color (decimal): -8186844 or 2364547. OLE color: 2364547.

HSL color Cylindrical-coordinate representation of color #831424: hue angle of 351.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831424 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 36 -
CMYK 0 0.85 0.73 0.49
HSL 351.35º 0.74% 0.3% -
HSV(B) 351.35º 0.85% 0.51% -
XYZ 9.93 5.45 2.2 -
YUV 55.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 131 20 36 0 0.85 0.73 0.49 351.35 0.74 0.3
Hex 83 14 24 0 55 49 31 15F 4A 1E
Octal 203 24 44 0 125 111 61 537 112 36
Binary 10000011 10100 100100 0 1010101 1001001 110001 101011111 1001010 11110

Color Harmonies of #831424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831424

Black with #831424

Text Example


Text Example

White with #831424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831424; }

 p { color: rgb(131,20,36); }

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

background-color css

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

 a { background-color: rgb(131,20,36); }

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

border-color css

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

 span { border-color: rgb(131,20,36); }

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