#761829

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

Shades of Red Berry #761829

Tints of Red Berry #761829

Color information

#761829 (or 0x761829) is unknown color: approx Red Berry. HEX triplet: 76, 18 and 29. RGB value is (118,24,41). Sum of RGB (Red+Green+Blue) = 118+24+41=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761829 is #89E7D6. Grayscale: #363636. Windows color (decimal): -9037783 or 2693238. OLE color: 2693238.

HSL color Cylindrical-coordinate representation of color #761829: hue angle of 349.15º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761829 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1182441-
CMYK00.800.650.54
HSL349.15º66.2%27.84%-
HSV(B)349.15º79.66%46.27%-
XYZ8.24.662.57-
YUV54.04120.64173.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=64.48%
G=13.11%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118244100.800.650.54349.1566.227.84
Hex761829050413615d421c
Octal166305101201016653510234
Binary111011011000101001010100001000001110110101011101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761829; }

 p { color: rgb(118,24,41); }

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

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

 a { background-color: rgb(118,24,41); }

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

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

 span { border-color: rgb(118,24,41); }

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