#750F13

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

Shades of Red Berry #750F13

Tints of Red Berry #750F13

Color information

#750F13 (or 0x750F13) is unknown color: approx Red Berry. HEX triplet: 75, 0F and 13. RGB value is (117,15,19). Sum of RGB (Red+Green+Blue) = 117+15+19=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F13 is #8AF0EC. Grayscale: #2E2E2E. Windows color (decimal): -9105645 or 1249141. OLE color: 1249141.

HSL color Cylindrical-coordinate representation of color #750F13: hue angle of 357.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F13 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1171519-
CMYK00.870.840.54
HSL357.65º77.27%25.88%-
HSV(B)357.65º87.18%45.88%-
XYZ7.624.171.02-
YUV45.95112.79178.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=77.48%
G=9.93%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117151900.870.840.54357.6577.2725.88
Hex75F1305754361664d1a
Octal165172301271246654611532
Binary1110101111110011010101111010100110110101100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F13; }

 p { color: rgb(117,15,19); }

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

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

 a { background-color: rgb(117,15,19); }

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

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

 span { border-color: rgb(117,15,19); }

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