#751625

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

Shades of Red Berry #751625

Tints of Red Berry #751625

Color information

#751625 (or 0x751625) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 25. RGB value is (117,22,37). Sum of RGB (Red+Green+Blue) = 117+22+37=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751625 is #8AE9DA. Grayscale: #343434. Windows color (decimal): -9103835 or 2430581. OLE color: 2430581.

HSL color Cylindrical-coordinate representation of color #751625: hue angle of 350.53º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751625 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1172237-
CMYK00.810.680.54
HSL350.53º68.35%27.25%-
HSV(B)350.53º81.2%45.88%-
XYZ7.964.492.2-
YUV52.11119.47174.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=66.48%
G=12.5%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117223700.810.680.54350.5368.3527.25
Hex751625051443615f441b
Octal165264501211046653710433
Binary111010110110100101010100011000100110110101011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751625; }

 p { color: rgb(117,22,37); }

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

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

 a { background-color: rgb(117,22,37); }

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

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

 span { border-color: rgb(117,22,37); }

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