#751416

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

Shades of Red Berry #751416

Tints of Red Berry #751416

Color information

#751416 (or 0x751416) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 16. RGB value is (117,20,22). Sum of RGB (Red+Green+Blue) = 117+20+22=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #751416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751416 is #8AEBE9. Grayscale: #313131. Windows color (decimal): -9104362 or 1447029. OLE color: 1447029.

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

Color convert

RGB1172022-
CMYK00.830.810.54
HSL358.76º70.8%26.86%-
HSV(B)358.76º82.91%45.88%-
XYZ7.734.341.19-
YUV49.23112.64176.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=73.58%
G=12.58%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117202200.830.810.54358.7670.826.86
Hex7514160535136167471b
Octal165242601231216654710733
Binary11101011010010110010100111010001110110101100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751416; }

 p { color: rgb(117,20,22); }

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

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

 a { background-color: rgb(117,20,22); }

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

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

 span { border-color: rgb(117,20,22); }

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