#761221

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

Shades of Red Berry #761221

Tints of Red Berry #761221

Color information

#761221 (or 0x761221) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 21. RGB value is (118,18,33). Sum of RGB (Red+Green+Blue) = 118+18+33=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761221 is #89EDDE. Grayscale: #313131. Windows color (decimal): -9039327 or 2167414. OLE color: 2167414.

HSL color Cylindrical-coordinate representation of color #761221: hue angle of 351º 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 #761221 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1181833-
CMYK00.850.720.54
HSL351º73.53%26.67%-
HSV(B)351º84.75%46.27%-
XYZ7.964.391.87-
YUV49.61118.63176.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=69.82%
G=10.65%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118183300.850.720.5435173.5326.67
Hex761221055483615f4a1b
Octal166224101251106653711233
Binary111011010010100001010101011001000110110101011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761221; }

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

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

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

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

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

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

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

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