#841138

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

Shades of Scarlett #841138

Tints of Scarlett #841138

Color information

#841138 (or 0x841138) is unknown color: approx Scarlett. HEX triplet: 84, 11 and 38. RGB value is (132,17,56). Sum of RGB (Red+Green+Blue) = 132+17+56=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841138 is #7BEEC7. Grayscale: #373737. Windows color (decimal): -8122056 or 3674500. OLE color: 3674500.

HSL color Cylindrical-coordinate representation of color #841138: hue angle of 339.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841138 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1321756-
CMYK00.870.580.48
HSL339.65º77.18%29.22%-
HSV(B)339.65º87.12%51.76%-
XYZ10.435.594.27-
YUV55.83128.1182.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=64.39%
G=8.29%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132175600.870.580.48339.6577.1829.22
Hex8411380573A301544d1d
Octal20421700127726052411535
Binary100001001000111100001010111111010110000101010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841138; }

 p { color: rgb(132,17,56); }

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

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

 a { background-color: rgb(132,17,56); }

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

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

 span { border-color: rgb(132,17,56); }

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