#761B2E

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

Shades of Claret #761B2E

Tints of Claret #761B2E

Color information

#761B2E (or 0x761B2E) is unknown color: approx Claret. HEX triplet: 76, 1B and 2E. RGB value is (118,27,46). Sum of RGB (Red+Green+Blue) = 118+27+46=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B2E is #89E4D1. Grayscale: #383838. Windows color (decimal): -9037010 or 3021686. OLE color: 3021686.

HSL color Cylindrical-coordinate representation of color #761B2E: hue angle of 347.47º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B2E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1182746-
CMYK00.770.610.54
HSL347.47º62.76%28.43%-
HSV(B)347.47º77.12%46.27%-
XYZ8.364.833.08-
YUV56.37122.15171.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=61.78%
G=14.14%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118274600.770.610.54347.4762.7628.43
Hex761B2E04D3D3615b3f1c
Octal1663356011575665337734
Binary1110110110111011100100110111110111011010101101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761B2E; }

 p { color: rgb(118,27,46); }

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

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

 a { background-color: rgb(118,27,46); }

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

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

 span { border-color: rgb(118,27,46); }

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