#761822

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

Shades of Red Berry #761822

Tints of Red Berry #761822

Color information

#761822 (or 0x761822) is unknown color: approx Red Berry. HEX triplet: 76, 18 and 22. RGB value is (118,24,34). Sum of RGB (Red+Green+Blue) = 118+24+34=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761822 is #89E7DD. Grayscale: #353535. Windows color (decimal): -9037790 or 2234486. OLE color: 2234486.

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

Color convert

RGB1182434-
CMYK00.800.710.54
HSL353.62º66.2%27.84%-
HSV(B)353.62º79.66%46.27%-
XYZ8.094.621.98-
YUV53.25117.14174.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=67.05%
G=13.64%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118243400.800.710.54353.6266.227.84
Hex7618220504736162421c
Octal166304201201076654210234
Binary111011011000100010010100001000111110110101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761822; }

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

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

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

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

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

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

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

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