#750E0F

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

Shades of Red Berry #750E0F

Tints of Red Berry #750E0F

Color information

#750E0F (or 0x750E0F) is unknown color: approx Red Berry. HEX triplet: 75, 0E and 0F. RGB value is (117,14,15). Sum of RGB (Red+Green+Blue) = 117+14+15=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #750E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E0F is #8AF1F0. Grayscale: #2D2D2D. Windows color (decimal): -9105905 or 986741. OLE color: 986741.

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

Color convert

RGB1171415-
CMYK00.880.870.54
HSL359.42º78.63%25.69%-
HSV(B)359.42º88.03%45.88%-
XYZ7.584.130.85-
YUV44.91111.12179.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.14%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=80.14%
G=9.59%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117141500.880.870.54359.4278.6325.69
Hex75EF05857361674f1a
Octal165161701301276654711732
Binary111010111101111010110001010111110110101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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