#761626

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

Shades of Red Berry #761626

Tints of Red Berry #761626

Color information

#761626 (or 0x761626) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 26. RGB value is (118,22,38). Sum of RGB (Red+Green+Blue) = 118+22+38=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761626 is #89E9D9. Grayscale: #343434. Windows color (decimal): -9038298 or 2496118. OLE color: 2496118.

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

Color convert

RGB1182238-
CMYK00.810.680.54
HSL350º68.57%27.45%-
HSV(B)350º81.36%46.27%-
XYZ8.114.572.29-
YUV52.53119.8174.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=66.29%
G=12.36%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118223800.810.680.5435068.5727.45
Hex761626051443615e451b
Octal166264601211046653610533
Binary111011010110100110010100011000100110110101011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761626; }

 p { color: rgb(118,22,38); }

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

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

 a { background-color: rgb(118,22,38); }

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

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

 span { border-color: rgb(118,22,38); }

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