#751C29

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

Shades of Red Berry #751C29

Tints of Red Berry #751C29

Color information

#751C29 (or 0x751C29) is unknown color: approx Red Berry. HEX triplet: 75, 1C and 29. RGB value is (117,28,41). Sum of RGB (Red+Green+Blue) = 117+28+41=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #751C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C29 is #8AE3D6. Grayscale: #383838. Windows color (decimal): -9102295 or 2694261. OLE color: 2694261.

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

Color convert

RGB1172841-
CMYK00.760.650.54
HSL351.24º61.38%28.43%-
HSV(B)351.24º76.07%45.88%-
XYZ8.154.772.59-
YUV56.09119.49171.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=62.90%
G=15.05%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117284100.760.650.54351.2461.3828.43
Hex751C2904C413615f3d1c
Octal16534510114101665377534
Binary11101011110010100101001100100000111011010101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,28,41); }

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

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

 a { background-color: rgb(117,28,41); }

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

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

 span { border-color: rgb(117,28,41); }

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