Html Css Color HEX #831138 Scarlett

📋 copy color: '#831138'

red 131 ◦ green 17 ◦ blue 56

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

Shades of Scarlett #831138

Tints of Scarlett #831138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 64.22%
G = 8.33%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#831138 (or 0x831138) is known color: Scarlett. HEX triplet: 83, 11 and 38. RGB value is (131,17,56). Sum of RGB (Red+Green+Blue) = 131+17+56=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #831138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831138 is #7CEEC7. Grayscale: #373737. Windows color (decimal): -8187592 or 3674499. OLE color: 3674499.

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

Color convert

RGB 131 17 56 -
CMYK 0 0.87 0.57 0.49
HSL 339.47º 0.77% 0.29% -
HSV(B) 339.47º 0.87% 0.51% -
XYZ 10.27 5.51 4.26 -
YUV 55.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 131 17 56 0 0.87 0.57 0.49 339.47 0.77 0.29
Hex 83 11 38 0 57 39 31 153 4D 1D
Octal 203 21 70 0 127 71 61 523 115 35
Binary 10000011 10001 111000 0 1010111 111001 110001 101010011 1001101 11101

Color Harmonies of #831138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831138

Black with #831138

Text Example


Text Example

White with #831138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831138; }

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

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

background-color css

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

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

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

border-color css

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

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

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