#751318

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

Shades of Red Berry #751318

Tints of Red Berry #751318

Color information

#751318 (or 0x751318) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 18. RGB value is (117,19,24). Sum of RGB (Red+Green+Blue) = 117+19+24=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751318 is #8AECE7. Grayscale: #303030. Windows color (decimal): -9104616 or 1577845. OLE color: 1577845.

HSL color Cylindrical-coordinate representation of color #751318: hue angle of 356.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751318 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1171924-
CMYK00.840.790.54
HSL356.94º72.06%26.67%-
HSV(B)356.94º83.76%45.88%-
XYZ7.734.311.29-
YUV48.87113.97176.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 24 (9.77% from 255) = 15%
R=73.12%
G=11.88%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117192400.840.790.54356.9472.0626.67
Hex7513180544F36165481b
Octal165233001241176654511033
Binary11101011001111000010101001001111110110101100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751318; }

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

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

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

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

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

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

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

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