#84153C

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

Shades of Scarlett #84153C

Tints of Scarlett #84153C

Color information

#84153C (or 0x84153C) is unknown color: approx Scarlett. HEX triplet: 84, 15 and 3C. RGB value is (132,21,60). Sum of RGB (Red+Green+Blue) = 132+21+60=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153C is #7BEAC3. Grayscale: #3A3A3A. Windows color (decimal): -8121028 or 3937668. OLE color: 3937668.

HSL color Cylindrical-coordinate representation of color #84153C: hue angle of 338.92º 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 #84153C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1322160-
CMYK00.840.550.48
HSL338.92º72.55%30%-
HSV(B)338.92º84.09%51.76%-
XYZ10.65.774.83-
YUV58.63128.77180.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=61.97%
G=9.86%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132216000.840.550.48338.9272.5530
Hex84153C0543730153491e
Octal20425740124676052311136
Binary100001001010111110001010100110111110000101010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84153C; }

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

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

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

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

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

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

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

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