Html Css Color HEX #831236 Scarlett

📋 copy color: '#831236'

red 131 ◦ green 18 ◦ blue 54

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

Shades of Scarlett #831236

Tints of Scarlett #831236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 64.53%
G = 8.87%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#831236 (or 0x831236) is known color: Scarlett. HEX triplet: 83, 12 and 36. RGB value is (131,18,54). Sum of RGB (Red+Green+Blue) = 131+18+54=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #831236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831236 is #7CEDC9. Grayscale: #373737. Windows color (decimal): -8187338 or 3543683. OLE color: 3543683.

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

Color convert

RGB 131 18 54 -
CMYK 0 0.86 0.59 0.49
HSL 340.88º 0.76% 0.29% -
HSV(B) 340.88º 0.86% 0.51% -
XYZ 10.24 5.52 4.02 -
YUV 55.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 131 18 54 0 0.86 0.59 0.49 340.88 0.76 0.29
Hex 83 12 36 0 56 3B 31 155 4C 1D
Octal 203 22 66 0 126 73 61 525 114 35
Binary 10000011 10010 110110 0 1010110 111011 110001 101010101 1001100 11101

Color Harmonies of #831236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831236

Black with #831236

Text Example


Text Example

White with #831236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831236; }

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

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

background-color css

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

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

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

border-color css

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

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

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