#750F21

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

Shades of Red Berry #750F21

Tints of Red Berry #750F21

Color information

#750F21 (or 0x750F21) is unknown color: approx Red Berry. HEX triplet: 75, 0F and 21. RGB value is (117,15,33). Sum of RGB (Red+Green+Blue) = 117+15+33=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #750F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F21 is #8AF0DE. Grayscale: #2F2F2F. Windows color (decimal): -9105631 or 2166645. OLE color: 2166645.

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

Color convert

RGB1171533-
CMYK00.870.720.54
HSL349.41º77.27%25.88%-
HSV(B)349.41º87.18%45.88%-
XYZ7.784.231.85-
YUV47.55119.79177.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 33 (13.28% from 255) = 20%
R=70.91%
G=9.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117153300.870.720.54349.4177.2725.88
Hex75F21057483615d4d1a
Octal165174101271106653511532
Binary11101011111100001010101111001000110110101011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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