#751718

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

Shades of Red Berry #751718

Tints of Red Berry #751718

Color information

#751718 (or 0x751718) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 18. RGB value is (117,23,24). Sum of RGB (Red+Green+Blue) = 117+23+24=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751718 is #8AE8E7. Grayscale: #333333. Windows color (decimal): -9103592 or 1578869. OLE color: 1578869.

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

Color convert

RGB1172324-
CMYK00.800.790.54
HSL359.36º67.14%27.45%-
HSV(B)359.36º80.34%45.88%-
XYZ7.814.461.31-
YUV51.22112.64174.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=71.34%
G=14.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117232400.800.790.54359.3667.1427.45
Hex7517180504F36167431b
Octal165273001201176654710333
Binary11101011011111000010100001001111110110101100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751718; }

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

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

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

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

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

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

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

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