#761821

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

Shades of Red Berry #761821

Tints of Red Berry #761821

Color information

#761821 (or 0x761821) is unknown color: approx Red Berry. HEX triplet: 76, 18 and 21. RGB value is (118,24,33). Sum of RGB (Red+Green+Blue) = 118+24+33=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761821 is #89E7DE. Grayscale: #353535. Windows color (decimal): -9037791 or 2168950. OLE color: 2168950.

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

Color convert

RGB1182433-
CMYK00.800.720.54
HSL354.26º66.2%27.84%-
HSV(B)354.26º79.66%46.27%-
XYZ8.074.611.9-
YUV53.13116.64174.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=67.43%
G=13.71%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118243300.800.720.54354.2666.227.84
Hex7618210504836162421c
Octal166304101201106654210234
Binary111011011000100001010100001001000110110101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761821; }

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

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

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

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

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

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

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

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