#791C33

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

Shades of Claret #791C33

Tints of Claret #791C33

Color information

#791C33 (or 0x791C33) is unknown color: approx Claret. HEX triplet: 79, 1C and 33. RGB value is (121,28,51). Sum of RGB (Red+Green+Blue) = 121+28+51=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #791C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C33 is #86E3CC. Grayscale: #3A3A3A. Windows color (decimal): -8840141 or 3349625. OLE color: 3349625.

HSL color Cylindrical-coordinate representation of color #791C33: hue angle of 345.16º 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 #791C33 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1212851-
CMYK00.770.580.53
HSL345.16º62.42%29.22%-
HSV(B)345.16º76.86%47.45%-
XYZ8.95.133.65-
YUV58.43123.81172.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=60.5%
G=14%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121285100.770.580.53345.1662.4229.22
Hex791C3304D3A351593e1d
Octal1713463011572655317635
Binary1111001111001100110100110111101011010110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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