#791C34

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

Shades of Claret #791C34

Tints of Claret #791C34

Color information

#791C34 (or 0x791C34) is unknown color: approx Claret. HEX triplet: 79, 1C and 34. RGB value is (121,28,52). Sum of RGB (Red+Green+Blue) = 121+28+52=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #791C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C34 is #86E3CB. Grayscale: #3A3A3A. Windows color (decimal): -8840140 or 3415161. OLE color: 3415161.

HSL color Cylindrical-coordinate representation of color #791C34: hue angle of 344.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C34 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1212852-
CMYK00.770.570.53
HSL344.52º62.42%29.22%-
HSV(B)344.52º76.86%47.45%-
XYZ8.925.143.77-
YUV58.54124.31172.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=60.20%
G=13.93%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121285200.770.570.53344.5262.4229.22
Hex791C3404D39351593e1d
Octal1713464011571655317635
Binary1111001111001101000100110111100111010110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791C34; }

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

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

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

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

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

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

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

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