#7A1C3A

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

Shades of Claret #7A1C3A

Tints of Claret #7A1C3A

Color information

#7A1C3A (or 0x7A1C3A) is unknown color: approx Claret. HEX triplet: 7A, 1C and 3A. RGB value is (122,28,58). Sum of RGB (Red+Green+Blue) = 122+28+58=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C3A is #85E3C5. Grayscale: #3B3B3B. Windows color (decimal): -8774598 or 3808378. OLE color: 3808378.

HSL color Cylindrical-coordinate representation of color #7A1C3A: hue angle of 340.85º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C3A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1222858-
CMYK00.770.520.52
HSL340.85º62.67%29.41%-
HSV(B)340.85º77.05%47.84%-
XYZ9.215.274.54-
YUV59.53127.14172.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=58.65%
G=13.46%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122285800.770.520.52340.8562.6729.41
Hex7A1C3A04D34341553f1d
Octal1723472011564645257735
Binary1111010111001110100100110111010011010010101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,28,58); }

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

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

 a { background-color: rgb(122,28,58); }

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

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

 span { border-color: rgb(122,28,58); }

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