#84152A

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

Shades of Scarlett #84152A

Tints of Scarlett #84152A

Color information

#84152A (or 0x84152A) is unknown color: approx Scarlett. HEX triplet: 84, 15 and 2A. RGB value is (132,21,42). Sum of RGB (Red+Green+Blue) = 132+21+42=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84152A is #7BEAD5. Grayscale: #383838. Windows color (decimal): -8121046 or 2758020. OLE color: 2758020.

HSL color Cylindrical-coordinate representation of color #84152A: hue angle of 348.65º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84152A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1322142-
CMYK00.840.680.48
HSL348.65º72.55%30%-
HSV(B)348.65º84.09%51.76%-
XYZ10.25.612.74-
YUV56.58119.77181.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.69%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=67.69%
G=10.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132214200.840.680.48348.6572.5530
Hex84152A054443015d491e
Octal204255201241046053511136
Binary1000010010101101010010101001000100110000101011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84152A; }

 p { color: rgb(132,21,42); }

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

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

 a { background-color: rgb(132,21,42); }

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

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

 span { border-color: rgb(132,21,42); }

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