#751215

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

Shades of Red Berry #751215

Tints of Red Berry #751215

Color information

#751215 (or 0x751215) is unknown color: approx Red Berry. HEX triplet: 75, 12 and 15. RGB value is (117,18,21). Sum of RGB (Red+Green+Blue) = 117+18+21=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751215 is #8AEDEA. Grayscale: #303030. Windows color (decimal): -9104875 or 1380981. OLE color: 1380981.

HSL color Cylindrical-coordinate representation of color #751215: hue angle of 358.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751215 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1171821-
CMYK00.850.820.54
HSL358.18º73.33%26.47%-
HSV(B)358.18º84.62%45.88%-
XYZ7.694.271.13-
YUV47.94112.8177.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=75%
G=11.54%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117182100.850.820.54358.1873.3326.47
Hex7512150555236166491a
Octal165222501251226654611132
Binary11101011001010101010101011010010110110101100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751215; }

 p { color: rgb(117,18,21); }

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

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

 a { background-color: rgb(117,18,21); }

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

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

 span { border-color: rgb(117,18,21); }

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