#7B192D

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

Shades of Scarlett #7B192D

Tints of Scarlett #7B192D

Color information

#7B192D (or 0x7B192D) is unknown color: approx Scarlett. HEX triplet: 7B, 19 and 2D. RGB value is (123,25,45). Sum of RGB (Red+Green+Blue) = 123+25+45=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B192D is #84E6D2. Grayscale: #383838. Windows color (decimal): -8709843 or 2955643. OLE color: 2955643.

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

Color convert

RGB1232545-
CMYK00.800.630.52
HSL347.76º66.22%29.02%-
HSV(B)347.76º79.67%48.24%-
XYZ8.995.12.99-
YUV56.58121.47175.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.73%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=63.73%
G=12.95%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123254500.800.630.52347.7666.2229.02
Hex7B192D0503F3415c421d
Octal17331550120776453410235
Binary11110111100110110101010000111111110100101011100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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