#881A2D

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

Shades of Scarlett #881A2D

Tints of Scarlett #881A2D

Color information

#881A2D (or 0x881A2D) is unknown color: approx Scarlett. HEX triplet: 88, 1A and 2D. RGB value is (136,26,45). Sum of RGB (Red+Green+Blue) = 136+26+45=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A2D is #77E5D2. Grayscale: #3D3D3D. Windows color (decimal): -7857619 or 2955912. OLE color: 2955912.

HSL color Cylindrical-coordinate representation of color #881A2D: hue angle of 349.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A2D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1362645-
CMYK00.810.670.47
HSL349.64º67.9%31.76%-
HSV(B)349.64º80.88%53.33%-
XYZ116.163.09-
YUV61.06118.94181.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=65.70%
G=12.56%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136264500.810.670.47349.6467.931.76
Hex881A2D051432F15e4420
Octal210325501211035753610440
Binary10001000110101011010101000110000111011111010111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881A2D; }

 p { color: rgb(136,26,45); }

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

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

 a { background-color: rgb(136,26,45); }

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

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

 span { border-color: rgb(136,26,45); }

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