#881434

Color #881434 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #881434

Tints of Scarlett #881434

Color information

#881434 (or 0x881434) is unknown color: approx Scarlett. HEX triplet: 88, 14 and 34. RGB value is (136,20,52). Sum of RGB (Red+Green+Blue) = 136+20+52=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881434 is #77EBCB. Grayscale: #3A3A3A. Windows color (decimal): -7859148 or 3413128. OLE color: 3413128.

HSL color Cylindrical-coordinate representation of color #881434: hue angle of 343.45º degrees, saturation: 0.74, 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 #881434 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1362052-
CMYK00.850.620.47
HSL343.45º74.36%30.59%-
HSV(B)343.45º85.29%53.33%-
XYZ11.025.983.82-
YUV58.33124.43183.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.38%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 52 (20.70% from 255) = 25%
R=65.38%
G=9.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136205200.850.620.47343.4574.3630.59
Hex8814340553E2F1574a1f
Octal21024640125765752711237
Binary100010001010011010001010101111110101111101010111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881434; }

 p { color: rgb(136,20,52); }

 H1.HeaderClassName
 {
   color: #881434;
 }
 .AnyTagClassName
 {
   color: #881434;
 }
</style>
background-color css

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

 a { background-color: rgb(136,20,52); }

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

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

 span { border-color: rgb(136,20,52); }

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