Html Css Color HEX #881531 Scarlett

📋 copy color: '#881531'

red 136 ◦ green 21 ◦ blue 49

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

Shades of Scarlett #881531

Tints of Scarlett #881531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 66.02%
G = 10.19%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#881531 (or 0x881531) is known color: Scarlett. HEX triplet: 88, 15 and 31. RGB value is (136,21,49). Sum of RGB (Red+Green+Blue) = 136+21+49=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #881531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881531 is #77EACE. Grayscale: #3A3A3A. Windows color (decimal): -7858895 or 3216776. OLE color: 3216776.

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

Color convert

RGB 136 21 49 -
CMYK 0 0.85 0.64 0.47
HSL 345.39º 0.73% 0.31% -
HSV(B) 345.39º 0.85% 0.53% -
XYZ 10.98 5.99 3.48 -
YUV 58.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 136 21 49 0 0.85 0.64 0.47 345.39 0.73 0.31
Hex 88 15 31 0 55 40 2F 159 49 1F
Octal 210 25 61 0 125 100 57 531 111 37
Binary 10001000 10101 110001 0 1010101 1000000 101111 101011001 1001001 11111

Color Harmonies of #881531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881531

Black with #881531

Text Example


Text Example

White with #881531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881531; }

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

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

background-color css

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

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

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

border-color css

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

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

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