#7A2138

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

Shades of Claret #7A2138

Tints of Claret #7A2138

Color information

#7A2138 (or 0x7A2138) is unknown color: approx Claret. HEX triplet: 7A, 21 and 38. RGB value is (122,33,56). Sum of RGB (Red+Green+Blue) = 122+33+56=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2138 is #85DEC7. Grayscale: #3E3E3E. Windows color (decimal): -8773320 or 3678586. OLE color: 3678586.

HSL color Cylindrical-coordinate representation of color #7A2138: hue angle of 344.49º 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 #7A2138 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1223356-
CMYK00.730.540.52
HSL344.49º57.42%30.39%-
HSV(B)344.49º72.95%47.84%-
XYZ9.285.514.32-
YUV62.23124.49170.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.82%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=57.82%
G=15.64%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122335600.730.540.52344.4957.4230.39
Hex7A21380493634158391e
Octal1724170011166645307136
Binary11110101000011110000100100111011011010010101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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