#751624

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

Shades of Red Berry #751624

Tints of Red Berry #751624

Color information

#751624 (or 0x751624) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 24. RGB value is (117,22,36). Sum of RGB (Red+Green+Blue) = 117+22+36=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751624 is #8AE9DB. Grayscale: #343434. Windows color (decimal): -9103836 or 2365045. OLE color: 2365045.

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

Color convert

RGB1172236-
CMYK00.810.690.54
HSL351.16º68.35%27.25%-
HSV(B)351.16º81.2%45.88%-
XYZ7.944.482.12-
YUV52118.97174.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=66.86%
G=12.57%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117223600.810.690.54351.1668.3527.25
Hex751624051453615f441b
Octal165264401211056653710433
Binary111010110110100100010100011000101110110101011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751624; }

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

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

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

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

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

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

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

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