#791E2D

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

Shades of Scarlett #791E2D

Tints of Scarlett #791E2D

Color information

#791E2D (or 0x791E2D) is unknown color: approx Scarlett. HEX triplet: 79, 1E and 2D. RGB value is (121,30,45). Sum of RGB (Red+Green+Blue) = 121+30+45=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #791E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E2D is #86E1D2. Grayscale: #3A3A3A. Windows color (decimal): -8839635 or 2956921. OLE color: 2956921.

HSL color Cylindrical-coordinate representation of color #791E2D: hue angle of 350.11º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E2D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1213045-
CMYK00.750.630.53
HSL350.11º60.26%29.61%-
HSV(B)350.11º75.21%47.45%-
XYZ8.825.183.02-
YUV58.92120.15172.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=61.73%
G=15.31%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121304500.750.630.53350.1160.2629.61
Hex791E2D04B3F3515e3c1e
Octal1713655011377655367436
Binary1111001111101011010100101111111111010110101111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E2D; }

 p { color: rgb(121,30,45); }

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

<style>
 a { background-color: #791E2D; }

 a { background-color: rgb(121,30,45); }

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

<style>
 span { border-color: #791E2D; }

 span { border-color: rgb(121,30,45); }

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