#79213D

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

Shades of Claret #79213D

Tints of Claret #79213D

Color information

#79213D (or 0x79213D) is unknown color: approx Claret. HEX triplet: 79, 21 and 3D. RGB value is (121,33,61). Sum of RGB (Red+Green+Blue) = 121+33+61=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79213D is #86DEC2. Grayscale: #3E3E3E. Windows color (decimal): -8838851 or 4006265. OLE color: 4006265.

HSL color Cylindrical-coordinate representation of color #79213D: hue angle of 340.91º 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 #79213D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1213361-
CMYK00.730.500.53
HSL340.91º57.14%30.2%-
HSV(B)340.91º72.73%47.45%-
XYZ9.275.494.99-
YUV62.5127.15169.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=56.28%
G=15.35%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121336100.730.500.53340.9157.1430.2
Hex79213D0493235155391e
Octal1714175011162655257136
Binary11110011000011111010100100111001011010110101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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