#84122F

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

Shades of Scarlett #84122F

Tints of Scarlett #84122F

Color information

#84122F (or 0x84122F) is unknown color: approx Scarlett. HEX triplet: 84, 12 and 2F. RGB value is (132,18,47). Sum of RGB (Red+Green+Blue) = 132+18+47=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84122F is #7BEDD0. Grayscale: #373737. Windows color (decimal): -8121809 or 3084932. OLE color: 3084932.

HSL color Cylindrical-coordinate representation of color #84122F: hue angle of 344.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84122F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1321847-
CMYK00.860.640.48
HSL344.74º76%29.41%-
HSV(B)344.74º86.36%51.76%-
XYZ10.255.543.22-
YUV55.39123.27182.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=67.01%
G=9.14%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132184700.860.640.48344.747629.41
Hex84122F05640301594c1d
Octal204225701261006053111435
Binary1000010010010101111010101101000000110000101011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84122F; }

 p { color: rgb(132,18,47); }

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

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

 a { background-color: rgb(132,18,47); }

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

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

 span { border-color: rgb(132,18,47); }

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