#79213E

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

Shades of Claret #79213E

Tints of Claret #79213E

Color information

#79213E (or 0x79213E) is unknown color: approx Claret. HEX triplet: 79, 21 and 3E. RGB value is (121,33,62). Sum of RGB (Red+Green+Blue) = 121+33+62=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79213E is #86DEC1. Grayscale: #3E3E3E. Windows color (decimal): -8838850 or 4071801. OLE color: 4071801.

HSL color Cylindrical-coordinate representation of color #79213E: hue angle of 340.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79213E is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1213362-
CMYK00.730.490.53
HSL340.23º57.14%30.2%-
HSV(B)340.23º72.73%47.45%-
XYZ9.35.55.13-
YUV62.62127.65169.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=56.02%
G=15.28%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121336200.730.490.53340.2357.1430.2
Hex79213E0493135154391e
Octal1714176011161655247136
Binary11110011000011111100100100111000111010110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79213E; }

 p { color: rgb(121,33,62); }

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

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

 a { background-color: rgb(121,33,62); }

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

<style>
 span { border-color: #79213E; }

 span { border-color: rgb(121,33,62); }

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