Html Css Color HEX #831938 Scarlett

📋 copy color: '#831938'

red 131 ◦ green 25 ◦ blue 56

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

Shades of Scarlett #831938

Tints of Scarlett #831938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 61.79%
G = 11.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#831938 (or 0x831938) is known color: Scarlett. HEX triplet: 83, 19 and 38. RGB value is (131,25,56). Sum of RGB (Red+Green+Blue) = 131+25+56=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #831938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831938 is #7CE6C7. Grayscale: #3C3C3C. Windows color (decimal): -8185544 or 3676547. OLE color: 3676547.

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

Color convert

RGB 131 25 56 -
CMYK 0 0.81 0.57 0.49
HSL 342.45º 0.68% 0.31% -
HSV(B) 342.45º 0.81% 0.51% -
XYZ 10.42 5.81 4.31 -
YUV 60.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 131 25 56 0 0.81 0.57 0.49 342.45 0.68 0.31
Hex 83 19 38 0 51 39 31 156 44 1F
Octal 203 31 70 0 121 71 61 526 104 37
Binary 10000011 11001 111000 0 1010001 111001 110001 101010110 1000100 11111

Color Harmonies of #831938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831938

Black with #831938

Text Example


Text Example

White with #831938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831938; }

 p { color: rgb(131,25,56); }

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

background-color css

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

 a { background-color: rgb(131,25,56); }

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

border-color css

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

 span { border-color: rgb(131,25,56); }

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