#751720

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

Shades of Red Berry #751720

Tints of Red Berry #751720

Color information

#751720 (or 0x751720) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 20. RGB value is (117,23,32). Sum of RGB (Red+Green+Blue) = 117+23+32=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751720 is #8AE8DF. Grayscale: #343434. Windows color (decimal): -9103584 or 2103157. OLE color: 2103157.

HSL color Cylindrical-coordinate representation of color #751720: hue angle of 354.26º 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 #751720 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1172332-
CMYK00.800.730.54
HSL354.26º67.14%27.45%-
HSV(B)354.26º80.34%45.88%-
XYZ7.94.51.82-
YUV52.13116.64174.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=68.02%
G=13.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117233200.800.730.54354.2667.1427.45
Hex7517200504936162431b
Octal165274001201116654210333
Binary111010110111100000010100001001001110110101100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751720; }

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

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

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

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

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

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

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

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