#790F36

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

Shades of Claret #790F36

Tints of Claret #790F36

Color information

#790F36 (or 0x790F36) is unknown color: approx Claret. HEX triplet: 79, 0F and 36. RGB value is (121,15,54). Sum of RGB (Red+Green+Blue) = 121+15+54=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #790F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F36 is #86F0C9. Grayscale: #333333. Windows color (decimal): -8843466 or 3542905. OLE color: 3542905.

HSL color Cylindrical-coordinate representation of color #790F36: hue angle of 337.92º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F36 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1211554-
CMYK00.880.550.53
HSL337.92º77.94%26.67%-
HSV(B)337.92º87.6%47.45%-
XYZ8.724.673.93-
YUV51.14129.62177.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.68%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=63.68%
G=7.89%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121155400.880.550.53337.9277.9426.67
Hex79F3605837351524e1b
Octal17117660130676552211633
Binary1111001111111011001011000110111110101101010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790F36; }

 p { color: rgb(121,15,54); }

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

<style>
 a { background-color: #790F36; }

 a { background-color: rgb(121,15,54); }

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

<style>
 span { border-color: #790F36; }

 span { border-color: rgb(121,15,54); }

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