#751D2D

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

Shades of Red Berry #751D2D

Tints of Red Berry #751D2D

Color information

#751D2D (or 0x751D2D) is unknown color: approx Red Berry. HEX triplet: 75, 1D and 2D. RGB value is (117,29,45). Sum of RGB (Red+Green+Blue) = 117+29+45=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D2D is #8AE2D2. Grayscale: #393939. Windows color (decimal): -9102035 or 2956661. OLE color: 2956661.

HSL color Cylindrical-coordinate representation of color #751D2D: hue angle of 349.09º 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 #751D2D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172945-
CMYK00.750.620.54
HSL349.09º60.27%28.63%-
HSV(B)349.09º75.21%45.88%-
XYZ8.254.852.98-
YUV57.14121.15170.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=61.26%
G=15.18%
B=23.56%

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
Decimal117294500.750.620.54349.0960.2728.63
Hex751D2D04B3E3615d3c1d
Octal1653555011376665357435
Binary1110101111011011010100101111111011011010101110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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