#751128

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

Shades of Red Berry #751128

Tints of Red Berry #751128

Color information

#751128 (or 0x751128) is unknown color: approx Red Berry. HEX triplet: 75, 11 and 28. RGB value is (117,17,40). Sum of RGB (Red+Green+Blue) = 117+17+40=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751128 is #8AEED7. Grayscale: #313131. Windows color (decimal): -9105112 or 2625909. OLE color: 2625909.

HSL color Cylindrical-coordinate representation of color #751128: hue angle of 346.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751128 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1171740-
CMYK00.850.660.54
HSL346.2º74.63%26.27%-
HSV(B)346.2º85.47%45.88%-
XYZ7.924.342.43-
YUV49.52122.63176.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=67.24%
G=9.77%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117174000.850.660.54346.274.6326.27
Hex751128055423615a4b1a
Octal165215001251026653211332
Binary111010110001101000010101011000010110110101011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751128; }

 p { color: rgb(117,17,40); }

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

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

 a { background-color: rgb(117,17,40); }

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

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

 span { border-color: rgb(117,17,40); }

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