#7B192C

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

Shades of Scarlett #7B192C

Tints of Scarlett #7B192C

Color information

#7B192C (or 0x7B192C) is unknown color: approx Scarlett. HEX triplet: 7B, 19 and 2C. RGB value is (123,25,44). Sum of RGB (Red+Green+Blue) = 123+25+44=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B192C is #84E6D3. Grayscale: #383838. Windows color (decimal): -8709844 or 2890107. OLE color: 2890107.

HSL color Cylindrical-coordinate representation of color #7B192C: hue angle of 348.37º 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 #7B192C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1232544-
CMYK00.800.640.52
HSL348.37º66.22%29.02%-
HSV(B)348.37º79.67%48.24%-
XYZ8.975.092.89-
YUV56.47120.97175.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 64.06%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=64.06%
G=13.02%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123254400.800.640.52348.3766.2229.02
Hex7B192C050403415c421d
Octal173315401201006453410235
Binary111101111001101100010100001000000110100101011100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,44); }

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

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

 a { background-color: rgb(123,25,44); }

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

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

 span { border-color: rgb(123,25,44); }

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