#771630

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

Shades of Claret #771630

Tints of Claret #771630

Color information

#771630 (or 0x771630) is unknown color: approx Claret. HEX triplet: 77, 16 and 30. RGB value is (119,22,48). Sum of RGB (Red+Green+Blue) = 119+22+48=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771630 is #88E9CF. Grayscale: #353535. Windows color (decimal): -8972752 or 3151479. OLE color: 3151479.

HSL color Cylindrical-coordinate representation of color #771630: hue angle of 343.92º 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 #771630 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1192248-
CMYK00.820.600.53
HSL343.92º68.79%27.65%-
HSV(B)343.92º81.51%46.67%-
XYZ8.434.713.26-
YUV53.97124.64174.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=62.96%
G=11.64%
B=25.40%

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
Decimal119224800.820.600.53343.9268.7927.65
Hex7716300523C35158451c
Octal16726600122746553010534
Binary11101111011011000001010010111100110101101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771630; }

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

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

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

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

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

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

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

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