#790F37

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

Shades of Claret #790F37

Tints of Claret #790F37

Color information

#790F37 (or 0x790F37) is unknown color: approx Claret. HEX triplet: 79, 0F and 37. RGB value is (121,15,55). Sum of RGB (Red+Green+Blue) = 121+15+55=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #790F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F37 is #86F0C8. Grayscale: #333333. Windows color (decimal): -8843465 or 3608441. OLE color: 3608441.

HSL color Cylindrical-coordinate representation of color #790F37: hue angle of 337.36º 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 #790F37 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1211555-
CMYK00.880.550.53
HSL337.36º77.94%26.67%-
HSV(B)337.36º87.6%47.45%-
XYZ8.754.684.06-
YUV51.25130.12177.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 55 (21.88% from 255) = 28.80%
R=63.35%
G=7.85%
B=28.80%

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
Decimal121155500.880.550.53337.3677.9426.67
Hex79F3705837351514e1b
Octal17117670130676552111633
Binary1111001111111011101011000110111110101101010001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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