#751924

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

Shades of Red Berry #751924

Tints of Red Berry #751924

Color information

#751924 (or 0x751924) is unknown color: approx Red Berry. HEX triplet: 75, 19 and 24. RGB value is (117,25,36). Sum of RGB (Red+Green+Blue) = 117+25+36=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751924 is #8AE6DB. Grayscale: #353535. Windows color (decimal): -9103068 or 2365813. OLE color: 2365813.

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

Color convert

RGB1172536-
CMYK00.790.690.54
HSL352.83º64.79%27.84%-
HSV(B)352.83º78.63%45.88%-
XYZ84.62.14-
YUV53.76117.98173.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=65.73%
G=14.04%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117253600.790.690.54352.8364.7927.84
Hex75192404F4536161411c
Octal165314401171056654110134
Binary111010111001100100010011111000101110110101100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751924; }

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

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

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

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

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

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

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

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