#7A1A2E

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

Shades of Scarlett #7A1A2E

Tints of Scarlett #7A1A2E

Color information

#7A1A2E (or 0x7A1A2E) is unknown color: approx Scarlett. HEX triplet: 7A, 1A and 2E. RGB value is (122,26,46). Sum of RGB (Red+Green+Blue) = 122+26+46=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A2E is #85E5D1. Grayscale: #393939. Windows color (decimal): -8775122 or 3021434. OLE color: 3021434.

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

Color convert

RGB1222646-
CMYK00.790.620.52
HSL347.5º64.86%29.02%-
HSV(B)347.5º78.69%47.84%-
XYZ8.895.073.1-
YUV56.98121.8174.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=62.89%
G=13.40%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122264600.790.620.52347.564.8629.02
Hex7A1A2E04F3E3415c411d
Octal17232560117766453410135
Binary11110101101010111001001111111110110100101011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,46); }

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

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

 a { background-color: rgb(122,26,46); }

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

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

 span { border-color: rgb(122,26,46); }

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