#761628

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

Shades of Red Berry #761628

Tints of Red Berry #761628

Color information

#761628 (or 0x761628) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 28. RGB value is (118,22,40). Sum of RGB (Red+Green+Blue) = 118+22+40=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #761628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761628 is #89E9D7. Grayscale: #343434. Windows color (decimal): -9038296 or 2627190. OLE color: 2627190.

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

Color convert

RGB1182240-
CMYK00.810.660.54
HSL348.75º68.57%27.45%-
HSV(B)348.75º81.36%46.27%-
XYZ8.144.582.46-
YUV52.76120.8174.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.56%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=65.56%
G=12.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118224000.810.660.54348.7568.5727.45
Hex761628051423615d451b
Octal166265001211026653510533
Binary111011010110101000010100011000010110110101011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761628; }

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

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

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

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

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

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

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

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