#790F38

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

Shades of Claret #790F38

Tints of Claret #790F38

Color information

#790F38 (or 0x790F38) is unknown color: approx Claret. HEX triplet: 79, 0F and 38. RGB value is (121,15,56). Sum of RGB (Red+Green+Blue) = 121+15+56=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #790F38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F38 is #86F0C7. Grayscale: #333333. Windows color (decimal): -8843464 or 3673977. OLE color: 3673977.

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

Color convert

RGB1211556-
CMYK00.880.540.53
HSL336.79º77.94%26.67%-
HSV(B)336.79º87.6%47.45%-
XYZ8.774.694.18-
YUV51.37130.62177.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 15 (6.25% from 255) = 7.81%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=63.02%
G=7.81%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121155600.880.540.53336.7977.9426.67
Hex79F3805836351514e1b
Octal17117700130666552111633
Binary1111001111111100001011000110110110101101010001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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