#751726

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

Shades of Red Berry #751726

Tints of Red Berry #751726

Color information

#751726 (or 0x751726) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 26. RGB value is (117,23,38). Sum of RGB (Red+Green+Blue) = 117+23+38=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751726 is #8AE8D9. Grayscale: #343434. Windows color (decimal): -9103578 or 2496373. OLE color: 2496373.

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

Color convert

RGB1172338-
CMYK00.800.680.54
HSL350.43º67.14%27.45%-
HSV(B)350.43º80.34%45.88%-
XYZ7.994.532.29-
YUV52.82119.64173.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=65.73%
G=12.92%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117233800.800.680.54350.4367.1427.45
Hex751726050443615e431b
Octal165274601201046653610333
Binary111010110111100110010100001000100110110101011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751726; }

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

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

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

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

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

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

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

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