Html Css Color HEX #881931 Scarlett

📋 copy color: '#881931'

red 136 ◦ green 25 ◦ blue 49

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

Shades of Scarlett #881931

Tints of Scarlett #881931

RGB

 RED value IS 136 (53.52% from 255) = 64.76%

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 64.76%
G = 11.9%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#881931 (or 0x881931) is known color: Scarlett. HEX triplet: 88, 19 and 31. RGB value is (136,25,49). Sum of RGB (Red+Green+Blue) = 136+25+49=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881931 is #77E6CE. Grayscale: #3C3C3C. Windows color (decimal): -7857871 or 3217800. OLE color: 3217800.

HSL color Cylindrical-coordinate representation of color #881931: hue angle of 347.03º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881931 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 49 -
CMYK 0 0.82 0.64 0.47
HSL 347.03º 0.69% 0.32% -
HSV(B) 347.03º 0.82% 0.53% -
XYZ 11.06 6.15 3.51 -
YUV 60.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 136 25 49 0 0.82 0.64 0.47 347.03 0.69 0.32
Hex 88 19 31 0 52 40 2F 15B 45 20
Octal 210 31 61 0 122 100 57 533 105 40
Binary 10001000 11001 110001 0 1010010 1000000 101111 101011011 1000101 100000

Color Harmonies of #881931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881931

Black with #881931

Text Example


Text Example

White with #881931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881931; }

 p { color: rgb(136,25,49); }

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

background-color css

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

 a { background-color: rgb(136,25,49); }

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

border-color css

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

 span { border-color: rgb(136,25,49); }

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