#761F2E

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

Shades of Red Berry #761F2E

Tints of Red Berry #761F2E

Color information

#761F2E (or 0x761F2E) is unknown color: approx Red Berry. HEX triplet: 76, 1F and 2E. RGB value is (118,31,46). Sum of RGB (Red+Green+Blue) = 118+31+46=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F2E is #89E0D1. Grayscale: #3A3A3A. Windows color (decimal): -9035986 or 3022710. OLE color: 3022710.

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

Color convert

RGB1183146-
CMYK00.740.610.54
HSL349.66º58.39%29.22%-
HSV(B)349.66º73.73%46.27%-
XYZ8.455.033.11-
YUV58.72120.82170.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=60.51%
G=15.90%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118314600.740.610.54349.6658.3929.22
Hex761F2E04A3D3615e3a1d
Octal1663756011275665367235
Binary1110110111111011100100101011110111011010101111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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