Html Css Color HEX #831528 Scarlett

📋 copy color: '#831528'

red 131 ◦ green 21 ◦ blue 40

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

Shades of Scarlett #831528

Tints of Scarlett #831528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 68.23%
G = 10.94%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#831528 (or 0x831528) is known color: Scarlett. HEX triplet: 83, 15 and 28. RGB value is (131,21,40). Sum of RGB (Red+Green+Blue) = 131+21+40=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #831528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831528 is #7CEAD7. Grayscale: #383838. Windows color (decimal): -8186584 or 2626947. OLE color: 2626947.

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

Color convert

RGB 131 21 40 -
CMYK 0 0.84 0.69 0.49
HSL 349.64º 0.72% 0.3% -
HSV(B) 349.64º 0.84% 0.51% -
XYZ 10.01 5.51 2.54 -
YUV 56.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 131 21 40 0 0.84 0.69 0.49 349.64 0.72 0.3
Hex 83 15 28 0 54 45 31 15E 48 1E
Octal 203 25 50 0 124 105 61 536 110 36
Binary 10000011 10101 101000 0 1010100 1000101 110001 101011110 1001000 11110

Color Harmonies of #831528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831528

Black with #831528

Text Example


Text Example

White with #831528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831528; }

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

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

background-color css

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

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

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

border-color css

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

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

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