#751618

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

Shades of Red Berry #751618

Tints of Red Berry #751618

Color information

#751618 (or 0x751618) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 18. RGB value is (117,22,24). Sum of RGB (Red+Green+Blue) = 117+22+24=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751618 is #8AE9E7. Grayscale: #323232. Windows color (decimal): -9103848 or 1578613. OLE color: 1578613.

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

Color convert

RGB1172224-
CMYK00.810.790.54
HSL358.74º68.35%27.25%-
HSV(B)358.74º81.2%45.88%-
XYZ7.794.421.31-
YUV50.63112.97175.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=71.78%
G=13.50%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117222400.810.790.54358.7468.3527.25
Hex7516180514F36167441b
Octal165263001211176654710433
Binary11101011011011000010100011001111110110101100111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751618; }

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

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

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

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

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

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

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

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