#761C1D

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

Shades of Red Berry #761C1D

Tints of Red Berry #761C1D

Color information

#761C1D (or 0x761C1D) is unknown color: approx Red Berry. HEX triplet: 76, 1C and 1D. RGB value is (118,28,29). Sum of RGB (Red+Green+Blue) = 118+28+29=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C1D is #89E3E2. Grayscale: #373737. Windows color (decimal): -9036771 or 1907830. OLE color: 1907830.

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

Color convert

RGB1182829-
CMYK00.760.750.54
HSL359.33º61.64%28.63%-
HSV(B)359.33º76.27%46.27%-
XYZ8.114.771.66-
YUV55.02113.32172.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=67.43%
G=16%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118282900.760.750.54359.3361.6428.63
Hex761C1D04C4B361673e1d
Octal16634350114113665477635
Binary1110110111001110101001100100101111011010110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,29); }

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

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

 a { background-color: rgb(118,28,29); }

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

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

 span { border-color: rgb(118,28,29); }

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