#761A2C

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

Shades of Red Berry #761A2C

Tints of Red Berry #761A2C

Color information

#761A2C (or 0x761A2C) is unknown color: approx Red Berry. HEX triplet: 76, 1A and 2C. RGB value is (118,26,44). Sum of RGB (Red+Green+Blue) = 118+26+44=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #761A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A2C is #89E5D3. Grayscale: #373737. Windows color (decimal): -9037268 or 2890358. OLE color: 2890358.

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

Color convert

RGB1182644-
CMYK00.780.630.54
HSL348.26º63.89%28.24%-
HSV(B)348.26º77.97%46.27%-
XYZ8.34.772.87-
YUV55.56121.48172.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=62.77%
G=13.83%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118264400.780.630.54348.2663.8928.24
Hex761A2C04E3F3615c401c
Octal16632540116776653410034
Binary11101101101010110001001110111111110110101011100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,44); }

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

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

 a { background-color: rgb(118,26,44); }

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

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

 span { border-color: rgb(118,26,44); }

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