#791B3A

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

Shades of Claret #791B3A

Tints of Claret #791B3A

Color information

#791B3A (or 0x791B3A) is unknown color: approx Claret. HEX triplet: 79, 1B and 3A. RGB value is (121,27,58). Sum of RGB (Red+Green+Blue) = 121+27+58=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #791B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B3A is #86E4C5. Grayscale: #3A3A3A. Windows color (decimal): -8840390 or 3808121. OLE color: 3808121.

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

Color convert

RGB1212758-
CMYK00.780.520.53
HSL340.21º63.51%29.02%-
HSV(B)340.21º77.69%47.45%-
XYZ9.045.154.52-
YUV58.64127.64172.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=58.74%
G=13.11%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121275800.780.520.53340.2163.5129.02
Hex791B3A04E3435154401d
Octal17133720116646552410035
Binary11110011101111101001001110110100110101101010100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,27,58); }

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

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

 a { background-color: rgb(121,27,58); }

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

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

 span { border-color: rgb(121,27,58); }

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