#791435

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

Shades of Claret #791435

Tints of Claret #791435

Color information

#791435 (or 0x791435) is unknown color: approx Claret. HEX triplet: 79, 14 and 35. RGB value is (121,20,53). Sum of RGB (Red+Green+Blue) = 121+20+53=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791435 is #86EBCA. Grayscale: #353535. Windows color (decimal): -8842187 or 3478649. OLE color: 3478649.

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

Color convert

RGB1212053-
CMYK00.830.560.53
HSL340.4º71.63%27.65%-
HSV(B)340.4º83.47%47.45%-
XYZ8.784.823.84-
YUV53.96127.46175.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=62.37%
G=10.31%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121205300.830.560.53340.471.6327.65
Hex7914350533835154481c
Octal17124650123706552411034
Binary11110011010011010101010011111000110101101010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791435; }

 p { color: rgb(121,20,53); }

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

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

 a { background-color: rgb(121,20,53); }

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

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

 span { border-color: rgb(121,20,53); }

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