#7A1E3D

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

Shades of Claret #7A1E3D

Tints of Claret #7A1E3D

Color information

#7A1E3D (or 0x7A1E3D) is unknown color: approx Claret. HEX triplet: 7A, 1E and 3D. RGB value is (122,30,61). Sum of RGB (Red+Green+Blue) = 122+30+61=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E3D is #85E1C2. Grayscale: #3D3D3D. Windows color (decimal): -8774083 or 4005498. OLE color: 4005498.

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

Color convert

RGB1223061-
CMYK00.750.500.52
HSL339.78º60.53%29.8%-
HSV(B)339.78º75.41%47.84%-
XYZ9.335.44.97-
YUV61.04127.98171.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.28%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=57.28%
G=14.08%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122306100.750.500.52339.7860.5329.8
Hex7A1E3D04B32341543d1e
Octal1723675011362645247536
Binary1111010111101111010100101111001011010010101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,61); }

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

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

 a { background-color: rgb(122,30,61); }

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

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

 span { border-color: rgb(122,30,61); }

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