Html Css Color HEX #831238 Scarlett

📋 copy color: '#831238'

red 131 ◦ green 18 ◦ blue 56

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

Shades of Scarlett #831238

Tints of Scarlett #831238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 63.9%
G = 8.78%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#831238 (or 0x831238) is known color: Scarlett. HEX triplet: 83, 12 and 38. RGB value is (131,18,56). Sum of RGB (Red+Green+Blue) = 131+18+56=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #831238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831238 is #7CEDC7. Grayscale: #383838. Windows color (decimal): -8187336 or 3674755. OLE color: 3674755.

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

Color convert

RGB 131 18 56 -
CMYK 0 0.86 0.57 0.49
HSL 339.82º 0.76% 0.29% -
HSV(B) 339.82º 0.86% 0.51% -
XYZ 10.29 5.54 4.27 -
YUV 56.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 131 18 56 0 0.86 0.57 0.49 339.82 0.76 0.29
Hex 83 12 38 0 56 39 31 154 4C 1D
Octal 203 22 70 0 126 71 61 524 114 35
Binary 10000011 10010 111000 0 1010110 111001 110001 101010100 1001100 11101

Color Harmonies of #831238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831238

Black with #831238

Text Example


Text Example

White with #831238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831238; }

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

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

background-color css

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

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

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

border-color css

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

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

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