Html Css Color HEX #831428 Scarlett

📋 copy color: '#831428'

red 131 ◦ green 20 ◦ blue 40

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

Shades of Scarlett #831428

Tints of Scarlett #831428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.94%

R = 68.59%
G = 10.47%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#831428 (or 0x831428) is known color: Scarlett. HEX triplet: 83, 14 and 28. RGB value is (131,20,40). Sum of RGB (Red+Green+Blue) = 131+20+40=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #831428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831428 is #7CEBD7. Grayscale: #373737. Windows color (decimal): -8186840 or 2626691. OLE color: 2626691.

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

Color convert

RGB 131 20 40 -
CMYK 0 0.85 0.69 0.49
HSL 349.19º 0.74% 0.3% -
HSV(B) 349.19º 0.85% 0.51% -
XYZ 9.99 5.48 2.54 -
YUV 55.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 131 20 40 0 0.85 0.69 0.49 349.19 0.74 0.3
Hex 83 14 28 0 55 45 31 15D 4A 1E
Octal 203 24 50 0 125 105 61 535 112 36
Binary 10000011 10100 101000 0 1010101 1000101 110001 101011101 1001010 11110

Color Harmonies of #831428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831428

Black with #831428

Text Example


Text Example

White with #831428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831428; }

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

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

background-color css

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

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

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

border-color css

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

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

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