#7A213E

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

Shades of Claret #7A213E

Tints of Claret #7A213E

Color information

#7A213E (or 0x7A213E) is unknown color: approx Claret. HEX triplet: 7A, 21 and 3E. RGB value is (122,33,62). Sum of RGB (Red+Green+Blue) = 122+33+62=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A213E is #85DEC1. Grayscale: #3E3E3E. Windows color (decimal): -8773314 or 4071802. OLE color: 4071802.

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

Color convert

RGB1223362-
CMYK00.730.490.52
HSL340.45º57.42%30.39%-
HSV(B)340.45º72.95%47.84%-
XYZ9.445.575.14-
YUV62.92127.49170.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.22%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=56.22%
G=15.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122336200.730.490.52340.4557.4230.39
Hex7A213E0493134154391e
Octal1724176011161645247136
Binary11110101000011111100100100111000111010010101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A213E; }

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

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

<style>
 a { background-color: #7A213E; }

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

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

<style>
 span { border-color: #7A213E; }

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

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