#791630

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

Shades of Claret #791630

Tints of Claret #791630

Color information

#791630 (or 0x791630) is unknown color: approx Claret. HEX triplet: 79, 16 and 30. RGB value is (121,22,48). Sum of RGB (Red+Green+Blue) = 121+22+48=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #791630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791630 is #86E9CF. Grayscale: #363636. Windows color (decimal): -8841680 or 3151481. OLE color: 3151481.

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

Color convert

RGB1212248-
CMYK00.820.600.53
HSL344.24º69.23%28.04%-
HSV(B)344.24º81.82%47.45%-
XYZ8.714.853.27-
YUV54.57124.3175.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=63.35%
G=11.52%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121224800.820.600.53344.2469.2328.04
Hex7916300523C35158451c
Octal17126600122746553010534
Binary11110011011011000001010010111100110101101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791630; }

 p { color: rgb(121,22,48); }

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

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

 a { background-color: rgb(121,22,48); }

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

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

 span { border-color: rgb(121,22,48); }

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