#79233C

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

Shades of Claret #79233C

Tints of Claret #79233C

Color information

#79233C (or 0x79233C) is unknown color: approx Claret. HEX triplet: 79, 23 and 3C. RGB value is (121,35,60). Sum of RGB (Red+Green+Blue) = 121+35+60=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79233C is #86DCC3. Grayscale: #3F3F3F. Windows color (decimal): -8838340 or 3941241. OLE color: 3941241.

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

Color convert

RGB1213560-
CMYK00.710.500.53
HSL342.56º55.13%30.59%-
HSV(B)342.56º71.07%47.45%-
XYZ9.35.594.86-
YUV63.56125.99168.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=56.02%
G=16.20%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121356000.710.500.53342.5655.1330.59
Hex79233C0473235157371f
Octal1714374010762655276737
Binary11110011000111111000100011111001011010110101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79233C; }

 p { color: rgb(121,35,60); }

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

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

 a { background-color: rgb(121,35,60); }

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

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

 span { border-color: rgb(121,35,60); }

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