#751118

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

Shades of Red Berry #751118

Tints of Red Berry #751118

Color information

#751118 (or 0x751118) is unknown color: approx Red Berry. HEX triplet: 75, 11 and 18. RGB value is (117,17,24). Sum of RGB (Red+Green+Blue) = 117+17+24=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751118 is #8AEEE7. Grayscale: #2F2F2F. Windows color (decimal): -9105128 or 1577333. OLE color: 1577333.

HSL color Cylindrical-coordinate representation of color #751118: hue angle of 355.8º degrees, saturation: 0.75, 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 #751118 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1171724-
CMYK00.850.790.54
HSL355.8º74.63%26.27%-
HSV(B)355.8º85.47%45.88%-
XYZ7.74.251.28-
YUV47.7114.63177.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=74.05%
G=10.76%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117172400.850.790.54355.874.6326.27
Hex7511180554F361644b1a
Octal165213001251176654411332
Binary11101011000111000010101011001111110110101100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751118; }

 p { color: rgb(117,17,24); }

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

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

 a { background-color: rgb(117,17,24); }

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

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

 span { border-color: rgb(117,17,24); }

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