#7E1A3A

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

Shades of Claret #7E1A3A

Tints of Claret #7E1A3A

Color information

#7E1A3A (or 0x7E1A3A) is unknown color: approx Claret. HEX triplet: 7E, 1A and 3A. RGB value is (126,26,58). Sum of RGB (Red+Green+Blue) = 126+26+58=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1A3A is #81E5C5. Grayscale: #3B3B3B. Windows color (decimal): -8512966 or 3807870. OLE color: 3807870.

HSL color Cylindrical-coordinate representation of color #7E1A3A: hue angle of 340.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1A3A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1262658-
CMYK00.790.540.51
HSL340.8º65.79%29.8%-
HSV(B)340.8º79.37%49.41%-
XYZ9.745.484.55-
YUV59.55127.13175.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=60%
G=12.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126265800.790.540.51340.865.7929.8
Hex7E1A3A04F3633155421e
Octal17632720117666352510236
Binary11111101101011101001001111110110110011101010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,26,58); }

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

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

 a { background-color: rgb(126,26,58); }

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

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

 span { border-color: rgb(126,26,58); }

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