#791338

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

Shades of Claret #791338

Tints of Claret #791338

Color information

#791338 (or 0x791338) is unknown color: approx Claret. HEX triplet: 79, 13 and 38. RGB value is (121,19,56). Sum of RGB (Red+Green+Blue) = 121+19+56=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #791338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791338 is #86ECC7. Grayscale: #353535. Windows color (decimal): -8842440 or 3675001. OLE color: 3675001.

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

Color convert

RGB1211956-
CMYK00.840.540.53
HSL338.24º72.86%27.45%-
HSV(B)338.24º84.3%47.45%-
XYZ8.834.824.21-
YUV53.72129.29175.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=61.73%
G=9.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121195600.840.540.53338.2472.8627.45
Hex7913380543635152491b
Octal17123700124666552211133
Binary11110011001111100001010100110110110101101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791338; }

 p { color: rgb(121,19,56); }

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

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

 a { background-color: rgb(121,19,56); }

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

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

 span { border-color: rgb(121,19,56); }

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