#761930

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

Shades of Claret #761930

Tints of Claret #761930

Color information

#761930 (or 0x761930) is unknown color: approx Claret. HEX triplet: 76, 19 and 30. RGB value is (118,25,48). Sum of RGB (Red+Green+Blue) = 118+25+48=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761930 is #89E6CF. Grayscale: #373737. Windows color (decimal): -9037520 or 3152246. OLE color: 3152246.

HSL color Cylindrical-coordinate representation of color #761930: hue angle of 345.16º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761930 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1182548-
CMYK00.790.590.54
HSL345.16º65.03%28.04%-
HSV(B)345.16º78.81%46.27%-
XYZ8.354.763.27-
YUV55.43123.81172.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=61.78%
G=13.09%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118254800.790.590.54345.1665.0328.04
Hex76193004F3B36159411c
Octal16631600117736653110134
Binary11101101100111000001001111111011110110101011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761930; }

 p { color: rgb(118,25,48); }

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

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

 a { background-color: rgb(118,25,48); }

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

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

 span { border-color: rgb(118,25,48); }

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