#750F24

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

Shades of Red Berry #750F24

Tints of Red Berry #750F24

Color information

#750F24 (or 0x750F24) is unknown color: approx Red Berry. HEX triplet: 75, 0F and 24. RGB value is (117,15,36). Sum of RGB (Red+Green+Blue) = 117+15+36=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #750F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F24 is #8AF0DB. Grayscale: #2F2F2F. Windows color (decimal): -9105628 or 2363253. OLE color: 2363253.

HSL color Cylindrical-coordinate representation of color #750F24: hue angle of 347.65º 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 #750F24 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1171536-
CMYK00.870.690.54
HSL347.65º77.27%25.88%-
HSV(B)347.65º87.18%45.88%-
XYZ7.834.252.08-
YUV47.89121.29177.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=69.64%
G=8.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117153600.870.690.54347.6577.2725.88
Hex75F24057453615c4d1a
Octal165174401271056653411532
Binary11101011111100100010101111000101110110101011100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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