#751A2C

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

Shades of Red Berry #751A2C

Tints of Red Berry #751A2C

Color information

#751A2C (or 0x751A2C) is unknown color: approx Red Berry. HEX triplet: 75, 1A and 2C. RGB value is (117,26,44). Sum of RGB (Red+Green+Blue) = 117+26+44=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A2C is #8AE5D3. Grayscale: #373737. Windows color (decimal): -9102804 or 2890357. OLE color: 2890357.

HSL color Cylindrical-coordinate representation of color #751A2C: hue angle of 348.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A2C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172644-
CMYK00.780.620.54
HSL348.13º63.64%28.04%-
HSV(B)348.13º77.78%45.88%-
XYZ8.164.72.86-
YUV55.26121.65172.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=62.57%
G=13.90%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117264400.780.620.54348.1363.6428.04
Hex751A2C04E3E3615c401c
Octal16532540116766653410034
Binary11101011101010110001001110111110110110101011100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751A2C; }

 p { color: rgb(117,26,44); }

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

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

 a { background-color: rgb(117,26,44); }

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

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

 span { border-color: rgb(117,26,44); }

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