#841434

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

Shades of Scarlett #841434

Tints of Scarlett #841434

Color information

#841434 (or 0x841434) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 34. RGB value is (132,20,52). Sum of RGB (Red+Green+Blue) = 132+20+52=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #841434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841434 is #7BEBCB. Grayscale: #393939. Windows color (decimal): -8121292 or 3413124. OLE color: 3413124.

HSL color Cylindrical-coordinate representation of color #841434: hue angle of 342.86º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841434 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1322052-
CMYK00.850.610.48
HSL342.86º73.68%29.8%-
HSV(B)342.86º84.85%51.76%-
XYZ10.395.653.79-
YUV57.14125.11181.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=64.71%
G=9.80%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132205200.850.610.48342.8673.6829.8
Hex8414340553D301574a1e
Octal20424640125756052711236
Binary100001001010011010001010101111101110000101010111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841434; }

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

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

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

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

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

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

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

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