#751628

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

Shades of Red Berry #751628

Tints of Red Berry #751628

Color information

#751628 (or 0x751628) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 28. RGB value is (117,22,40). Sum of RGB (Red+Green+Blue) = 117+22+40=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751628 is #8AE9D7. Grayscale: #343434. Windows color (decimal): -9103832 or 2627189. OLE color: 2627189.

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

Color convert

RGB1172240-
CMYK00.810.660.54
HSL348.63º68.35%27.25%-
HSV(B)348.63º81.2%45.88%-
XYZ8.014.512.46-
YUV52.46120.97174.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=65.36%
G=12.29%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117224000.810.660.54348.6368.3527.25
Hex751628051423615d441b
Octal165265001211026653510433
Binary111010110110101000010100011000010110110101011101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751628; }

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

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

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

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

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

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

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

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