#84123a

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

Shades of Scarlett #84123A

Tints of Scarlett #84123A

Color information

#84123A (or 0x84123A) is unknown color: approx Scarlett. HEX triplet: 84, 12 and 3A. RGB value is (132,18,58). Sum of RGB (Red+Green+Blue) = 132+18+58=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123A is #7BEDC5. Grayscale: #383838. Windows color (decimal): -8121798 or 3805828. OLE color: 3805828.

HSL color Cylindrical-coordinate representation of color #84123A: hue angle of 338.95º 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 #84123A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1321858-
CMYK00.860.560.48
HSL338.95º76%29.41%-
HSV(B)338.95º86.36%51.76%-
XYZ10.55.644.54-
YUV56.65128.77181.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.46%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=63.46%
G=8.65%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132185800.860.560.48338.957629.41
Hex84123A05638301534c1d
Octal20422720126706052311435
Binary100001001001011101001010110111000110000101010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84123a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84123a; }

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

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

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

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

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

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

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

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