#761533

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

Shades of Claret #761533

Tints of Claret #761533

Color information

#761533 (or 0x761533) is unknown color: approx Claret. HEX triplet: 76, 15 and 33. RGB value is (118,21,51). Sum of RGB (Red+Green+Blue) = 118+21+51=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761533 is #89EACC. Grayscale: #353535. Windows color (decimal): -9038541 or 3347830. OLE color: 3347830.

HSL color Cylindrical-coordinate representation of color #761533: hue angle of 341.44º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761533 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1182151-
CMYK00.820.570.54
HSL341.44º69.78%27.25%-
HSV(B)341.44º82.2%46.27%-
XYZ8.344.633.59-
YUV53.42126.64174.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=62.11%
G=11.05%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118215100.820.570.54341.4469.7827.25
Hex7615330523936155461b
Octal16625630122716652510633
Binary11101101010111001101010010111001110110101010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761533; }

 p { color: rgb(118,21,51); }

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

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

 a { background-color: rgb(118,21,51); }

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

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

 span { border-color: rgb(118,21,51); }

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