Html Css Color HEX #881332 Scarlett

📋 copy color: '#881332'

red 136 ◦ green 19 ◦ blue 50

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

Shades of Scarlett #881332

Tints of Scarlett #881332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 66.34%
G = 9.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#881332 (or 0x881332) is known color: Scarlett. HEX triplet: 88, 13 and 32. RGB value is (136,19,50). Sum of RGB (Red+Green+Blue) = 136+19+50=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #881332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881332 is #77ECCD. Grayscale: #393939. Windows color (decimal): -7859406 or 3281800. OLE color: 3281800.

HSL color Cylindrical-coordinate representation of color #881332: hue angle of 344.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881332 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 50 -
CMYK 0 0.86 0.63 0.47
HSL 344.1º 0.75% 0.3% -
HSV(B) 344.1º 0.86% 0.53% -
XYZ 10.96 5.93 3.58 -
YUV 57.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 136 19 50 0 0.86 0.63 0.47 344.1 0.75 0.3
Hex 88 13 32 0 56 3F 2F 158 4B 1E
Octal 210 23 62 0 126 77 57 530 113 36
Binary 10001000 10011 110010 0 1010110 111111 101111 101011000 1001011 11110

Color Harmonies of #881332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881332

Black with #881332

Text Example


Text Example

White with #881332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881332; }

 p { color: rgb(136,19,50); }

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

background-color css

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

 a { background-color: rgb(136,19,50); }

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

border-color css

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

 span { border-color: rgb(136,19,50); }

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