#751C28

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

Shades of Red Berry #751C28

Tints of Red Berry #751C28

Color information

#751C28 (or 0x751C28) is unknown color: approx Red Berry. HEX triplet: 75, 1C and 28. RGB value is (117,28,40). Sum of RGB (Red+Green+Blue) = 117+28+40=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C28 is #8AE3D7. Grayscale: #383838. Windows color (decimal): -9102296 or 2628725. OLE color: 2628725.

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

Color convert

RGB1172840-
CMYK00.760.660.54
HSL351.91º61.38%28.43%-
HSV(B)351.91º76.07%45.88%-
XYZ8.134.772.5-
YUV55.98118.99171.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=63.24%
G=15.14%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117284000.760.660.54351.9161.3828.43
Hex751C2804C42361603d1c
Octal16534500114102665407534
Binary11101011110010100001001100100001011011010110000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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