#751923

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

Shades of Red Berry #751923

Tints of Red Berry #751923

Color information

#751923 (or 0x751923) is unknown color: approx Red Berry. HEX triplet: 75, 19 and 23. RGB value is (117,25,35). Sum of RGB (Red+Green+Blue) = 117+25+35=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751923 is #8AE6DC. Grayscale: #353535. Windows color (decimal): -9103069 or 2300277. OLE color: 2300277.

HSL color Cylindrical-coordinate representation of color #751923: hue angle of 353.48º 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 #751923 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1172535-
CMYK00.790.700.54
HSL353.48º64.79%27.84%-
HSV(B)353.48º78.63%45.88%-
XYZ7.994.62.06-
YUV53.65117.48173.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=66.10%
G=14.12%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117253500.790.700.54353.4864.7927.84
Hex75192304F4636161411c
Octal165314301171066654110134
Binary111010111001100011010011111000110110110101100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751923; }

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

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

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

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

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

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

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

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