#79253D

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

Shades of Claret #79253D

Tints of Claret #79253D

Color information

#79253D (or 0x79253D) is unknown color: approx Claret. HEX triplet: 79, 25 and 3D. RGB value is (121,37,61). Sum of RGB (Red+Green+Blue) = 121+37+61=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79253D is #86DAC2. Grayscale: #404040. Windows color (decimal): -8837827 or 4007289. OLE color: 4007289.

HSL color Cylindrical-coordinate representation of color #79253D: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79253D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1213761-
CMYK00.690.500.53
HSL342.86º53.16%30.98%-
HSV(B)342.86º69.42%47.45%-
XYZ9.395.735.03-
YUV64.85125.83168.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=55.25%
G=16.89%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121376100.690.500.53342.8653.1630.98
Hex79253D0453235157351f
Octal1714575010562655276537
Binary11110011001011111010100010111001011010110101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79253D; }

 p { color: rgb(121,37,61); }

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

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

 a { background-color: rgb(121,37,61); }

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

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

 span { border-color: rgb(121,37,61); }

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