#750F1C

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

Shades of Red Berry #750F1C

Tints of Red Berry #750F1C

Color information

#750F1C (or 0x750F1C) is unknown color: approx Red Berry. HEX triplet: 75, 0F and 1C. RGB value is (117,15,28). Sum of RGB (Red+Green+Blue) = 117+15+28=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F1C is #8AF0E3. Grayscale: #2F2F2F. Windows color (decimal): -9105636 or 1838965. OLE color: 1838965.

HSL color Cylindrical-coordinate representation of color #750F1C: hue angle of 352.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F1C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1171528-
CMYK00.870.760.54
HSL352.35º77.27%25.88%-
HSV(B)352.35º87.18%45.88%-
XYZ7.724.211.5-
YUV46.98117.29177.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 15 (6.25% from 255) = 9.38%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=73.12%
G=9.38%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117152800.870.760.54352.3577.2725.88
Hex75F1C0574C361604d1a
Octal165173401271146654011532
Binary1110101111111100010101111001100110110101100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F1C; }

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

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

<style>
 a { background-color: #750F1C; }

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

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

<style>
 span { border-color: #750F1C; }

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

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