#740E0F

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

Shades of Red Berry #740E0F

Tints of Red Berry #740E0F

Color information

#740E0F (or 0x740E0F) is unknown color: approx Red Berry. HEX triplet: 74, 0E and 0F. RGB value is (116,14,15). Sum of RGB (Red+Green+Blue) = 116+14+15=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740E0F is #8BF1F0. Grayscale: #2C2C2C. Windows color (decimal): -9171441 or 986740. OLE color: 986740.

HSL color Cylindrical-coordinate representation of color #740E0F: hue angle of 359.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E0F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1161415-
CMYK00.880.870.55
HSL359.41º78.46%25.49%-
HSV(B)359.41º87.93%45.49%-
XYZ7.454.060.84-
YUV44.61111.29178.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=80%
G=9.66%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116141500.880.870.55359.4178.4625.49
Hex74EF05857371674e19
Octal164161701301276754711631
Binary111010011101111010110001010111110111101100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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