#751729

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

Shades of Red Berry #751729

Tints of Red Berry #751729

Color information

#751729 (or 0x751729) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 29. RGB value is (117,23,41). Sum of RGB (Red+Green+Blue) = 117+23+41=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #751729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751729 is #8AE8D6. Grayscale: #353535. Windows color (decimal): -9103575 or 2692981. OLE color: 2692981.

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

Color convert

RGB1172341-
CMYK00.800.650.54
HSL348.51º67.14%27.45%-
HSV(B)348.51º80.34%45.88%-
XYZ8.044.552.55-
YUV53.16121.14173.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=64.64%
G=12.71%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117234100.800.650.54348.5167.1427.45
Hex751729050413615d431b
Octal165275101201016653510333
Binary111010110111101001010100001000001110110101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751729; }

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

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

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

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

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

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

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

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