#761928

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

Shades of Red Berry #761928

Tints of Red Berry #761928

Color information

#761928 (or 0x761928) is unknown color: approx Red Berry. HEX triplet: 76, 19 and 28. RGB value is (118,25,40). Sum of RGB (Red+Green+Blue) = 118+25+40=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761928 is #89E6D7. Grayscale: #363636. Windows color (decimal): -9037528 or 2627958. OLE color: 2627958.

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

Color convert

RGB1182540-
CMYK00.790.660.54
HSL350.32º65.03%28.04%-
HSV(B)350.32º78.81%46.27%-
XYZ8.24.72.48-
YUV54.52119.81173.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=64.48%
G=13.66%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118254000.790.660.54350.3265.0328.04
Hex76192804F423615e411c
Octal166315001171026653610134
Binary111011011001101000010011111000010110110101011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761928; }

 p { color: rgb(118,25,40); }

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

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

 a { background-color: rgb(118,25,40); }

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

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

 span { border-color: rgb(118,25,40); }

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