#761229

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

Shades of Red Berry #761229

Tints of Red Berry #761229

Color information

#761229 (or 0x761229) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 29. RGB value is (118,18,41). Sum of RGB (Red+Green+Blue) = 118+18+41=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761229 is #89EDD6. Grayscale: #323232. Windows color (decimal): -9039319 or 2691702. OLE color: 2691702.

HSL color Cylindrical-coordinate representation of color #761229: hue angle of 346.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761229 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1181841-
CMYK00.850.650.54
HSL346.2º73.53%26.67%-
HSV(B)346.2º84.75%46.27%-
XYZ8.094.442.53-
YUV50.52122.63176.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=66.67%
G=10.17%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118184100.850.650.54346.273.5326.67
Hex761229055413615a4a1b
Octal166225101251016653211233
Binary111011010010101001010101011000001110110101011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761229; }

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

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

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

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

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

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

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

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