#791A2F

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

Shades of Claret #791A2F

Tints of Claret #791A2F

Color information

#791A2F (or 0x791A2F) is unknown color: approx Claret. HEX triplet: 79, 1A and 2F. RGB value is (121,26,47). Sum of RGB (Red+Green+Blue) = 121+26+47=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A2F is #86E5D0. Grayscale: #383838. Windows color (decimal): -8840657 or 3086969. OLE color: 3086969.

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

Color convert

RGB1212647-
CMYK00.790.610.53
HSL346.74º64.63%28.82%-
HSV(B)346.74º78.51%47.45%-
XYZ8.775.013.19-
YUV56.8122.47173.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=62.37%
G=13.40%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121264700.790.610.53346.7464.6328.82
Hex791A2F04F3D3515b411d
Octal17132570117756553310135
Binary11110011101010111101001111111101110101101011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,26,47); }

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

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

 a { background-color: rgb(121,26,47); }

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

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

 span { border-color: rgb(121,26,47); }

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