#751D2C

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

Shades of Red Berry #751D2C

Tints of Red Berry #751D2C

Color information

#751D2C (or 0x751D2C) is unknown color: approx Red Berry. HEX triplet: 75, 1D and 2C. RGB value is (117,29,44). Sum of RGB (Red+Green+Blue) = 117+29+44=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2C is #8AE2D3. Grayscale: #393939. Windows color (decimal): -9102036 or 2891125. OLE color: 2891125.

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

Color convert

RGB1172944-
CMYK00.750.620.54
HSL349.77º60.27%28.63%-
HSV(B)349.77º75.21%45.88%-
XYZ8.234.842.88-
YUV57.02120.65170.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=61.58%
G=15.26%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117294400.750.620.54349.7760.2728.63
Hex751D2C04B3E3615e3c1d
Octal1653554011376665367435
Binary1110101111011011000100101111111011011010101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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