Html Css Color HEX #881232 Scarlett

📋 copy color: '#881232'

red 136 ◦ green 18 ◦ blue 50

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

Shades of Scarlett #881232

Tints of Scarlett #881232

RGB

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

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

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

R = 66.67%
G = 8.82%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#881232 (or 0x881232) is known color: Scarlett. HEX triplet: 88, 12 and 32. RGB value is (136,18,50). Sum of RGB (Red+Green+Blue) = 136+18+50=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #881232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881232 is #77EDCD. Grayscale: #383838. Windows color (decimal): -7859662 or 3281544. OLE color: 3281544.

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

Color convert

RGB 136 18 50 -
CMYK 0 0.87 0.63 0.47
HSL 343.73º 0.77% 0.3% -
HSV(B) 343.73º 0.87% 0.53% -
XYZ 10.95 5.9 3.58 -
YUV 56.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 136 18 50 0 0.87 0.63 0.47 343.73 0.77 0.3
Hex 88 12 32 0 57 3F 2F 158 4D 1E
Octal 210 22 62 0 127 77 57 530 115 36
Binary 10001000 10010 110010 0 1010111 111111 101111 101011000 1001101 11110

Color Harmonies of #881232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881232

Black with #881232

Text Example


Text Example

White with #881232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881232; }

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

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

background-color css

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

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

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

border-color css

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

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

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