#791C2E

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

Shades of Scarlett #791C2E

Tints of Scarlett #791C2E

Color information

#791C2E (or 0x791C2E) is unknown color: approx Scarlett. HEX triplet: 79, 1C and 2E. RGB value is (121,28,46). Sum of RGB (Red+Green+Blue) = 121+28+46=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #791C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C2E is #86E3D1. Grayscale: #393939. Windows color (decimal): -8840146 or 3021945. OLE color: 3021945.

HSL color Cylindrical-coordinate representation of color #791C2E: hue angle of 348.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C2E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1212846-
CMYK00.770.620.53
HSL348.39º62.42%29.22%-
HSV(B)348.39º76.86%47.45%-
XYZ8.795.093.1-
YUV57.86121.31173.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=62.05%
G=14.36%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121284600.770.620.53348.3962.4229.22
Hex791C2E04D3E3515c3e1d
Octal1713456011576655347635
Binary1111001111001011100100110111111011010110101110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,28,46); }

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

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

 a { background-color: rgb(121,28,46); }

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

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

 span { border-color: rgb(121,28,46); }

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