Html Css Color HEX #881137 Scarlett

📋 copy color: '#881137'

red 136 ◦ green 17 ◦ blue 55

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

Shades of Scarlett #881137

Tints of Scarlett #881137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 65.38%
G = 8.17%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#881137 (or 0x881137) is known color: Scarlett. HEX triplet: 88, 11 and 37. RGB value is (136,17,55). Sum of RGB (Red+Green+Blue) = 136+17+55=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881137 is #77EEC8. Grayscale: #383838. Windows color (decimal): -7859913 or 3608968. OLE color: 3608968.

HSL color Cylindrical-coordinate representation of color #881137: hue angle of 340.84º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881137 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 55 -
CMYK 0 0.87 0.60 0.47
HSL 340.84º 0.78% 0.3% -
HSV(B) 340.84º 0.88% 0.53% -
XYZ 11.04 5.91 4.17 -
YUV 56.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 136 17 55 0 0.87 0.60 0.47 340.84 0.78 0.3
Hex 88 11 37 0 57 3C 2F 155 4E 1E
Octal 210 21 67 0 127 74 57 525 116 36
Binary 10001000 10001 110111 0 1010111 111100 101111 101010101 1001110 11110

Color Harmonies of #881137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881137

Black with #881137

Text Example


Text Example

White with #881137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881137; }

 p { color: rgb(136,17,55); }

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

background-color css

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

 a { background-color: rgb(136,17,55); }

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

border-color css

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

 span { border-color: rgb(136,17,55); }

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