#740F17

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

Shades of Red Berry #740F17

Tints of Red Berry #740F17

Color information

#740F17 (or 0x740F17) is unknown color: approx Red Berry. HEX triplet: 74, 0F and 17. RGB value is (116,15,23). Sum of RGB (Red+Green+Blue) = 116+15+23=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #740F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F17 is #8BF0E8. Grayscale: #2E2E2E. Windows color (decimal): -9171177 or 1511284. OLE color: 1511284.

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

Color convert

RGB1161523-
CMYK00.870.800.55
HSL355.25º77.1%25.69%-
HSV(B)355.25º87.07%45.49%-
XYZ7.534.121.21-
YUV46.11114.96177.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.32%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=75.32%
G=9.74%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116152300.870.800.55355.2577.125.69
Hex74F1705750371634d1a
Octal164172701271206754311532
Binary1110100111110111010101111010000110111101100011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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