#84113C

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

Shades of Claret #84113C

Tints of Claret #84113C

Color information

#84113C (or 0x84113C) is unknown color: approx Claret. HEX triplet: 84, 11 and 3C. RGB value is (132,17,60). Sum of RGB (Red+Green+Blue) = 132+17+60=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84113C is #7BEEC3. Grayscale: #383838. Windows color (decimal): -8122052 or 3936644. OLE color: 3936644.

HSL color Cylindrical-coordinate representation of color #84113C: hue angle of 337.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84113C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1321760-
CMYK00.870.550.48
HSL337.57º77.18%29.22%-
HSV(B)337.57º87.12%51.76%-
XYZ10.535.634.81-
YUV56.29130.1182-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=63.16%
G=8.13%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132176000.870.550.48337.5777.1829.22
Hex84113C05737301524d1d
Octal20421740127676052211535
Binary100001001000111110001010111110111110000101010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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