#791234

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

Shades of Claret #791234

Tints of Claret #791234

Color information

#791234 (or 0x791234) is unknown color: approx Claret. HEX triplet: 79, 12 and 34. RGB value is (121,18,52). Sum of RGB (Red+Green+Blue) = 121+18+52=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #791234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791234 is #86EDCB. Grayscale: #343434. Windows color (decimal): -8842700 or 3412601. OLE color: 3412601.

HSL color Cylindrical-coordinate representation of color #791234: hue angle of 340.19º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791234 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1211852-
CMYK00.850.570.53
HSL340.19º74.1%27.25%-
HSV(B)340.19º85.12%47.45%-
XYZ8.724.753.71-
YUV52.67127.62176.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=63.35%
G=9.42%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121185200.850.570.53340.1974.127.25
Hex79123405539351544a1b
Octal17122640125716552411233
Binary11110011001011010001010101111001110101101010100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791234; }

 p { color: rgb(121,18,52); }

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

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

 a { background-color: rgb(121,18,52); }

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

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

 span { border-color: rgb(121,18,52); }

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