#84123C

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

Shades of Claret #84123C

Tints of Claret #84123C

Color information

#84123C (or 0x84123C) is unknown color: approx Claret. HEX triplet: 84, 12 and 3C. RGB value is (132,18,60). Sum of RGB (Red+Green+Blue) = 132+18+60=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123C is #7BEDC3. Grayscale: #383838. Windows color (decimal): -8121796 or 3936900. OLE color: 3936900.

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

Color convert

RGB1321860-
CMYK00.860.550.48
HSL337.89º76%29.41%-
HSV(B)337.89º86.36%51.76%-
XYZ10.555.664.81-
YUV56.87129.77181.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=62.86%
G=8.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132186000.860.550.48337.897629.41
Hex84123C05637301524c1d
Octal20422740126676052211435
Binary100001001001011110001010110110111110000101010010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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