#7A192E

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

Shades of Scarlett #7A192E

Tints of Scarlett #7A192E

Color information

#7A192E (or 0x7A192E) is unknown color: approx Scarlett. HEX triplet: 7A, 19 and 2E. RGB value is (122,25,46). Sum of RGB (Red+Green+Blue) = 122+25+46=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A192E is #85E6D1. Grayscale: #383838. Windows color (decimal): -8775378 or 3021178. OLE color: 3021178.

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

Color convert

RGB1222546-
CMYK00.800.620.52
HSL347.01º65.99%28.82%-
HSV(B)347.01º79.51%47.84%-
XYZ8.875.033.09-
YUV56.4122.14174.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.21%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=63.21%
G=12.95%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122254600.800.620.52347.0165.9928.82
Hex7A192E0503E3415b421d
Octal17231560120766453310235
Binary11110101100110111001010000111110110100101011011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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