#751721

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

Shades of Red Berry #751721

Tints of Red Berry #751721

Color information

#751721 (or 0x751721) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 21. RGB value is (117,23,33). Sum of RGB (Red+Green+Blue) = 117+23+33=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751721 is #8AE8DE. Grayscale: #343434. Windows color (decimal): -9103583 or 2168693. OLE color: 2168693.

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

Color convert

RGB1172333-
CMYK00.800.720.54
HSL353.62º67.14%27.45%-
HSV(B)353.62º80.34%45.88%-
XYZ7.924.51.89-
YUV52.25117.14174.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=67.63%
G=13.29%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117233300.800.720.54353.6267.1427.45
Hex7517210504836162431b
Octal165274101201106654210333
Binary111010110111100001010100001001000110110101100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751721; }

 p { color: rgb(117,23,33); }

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

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

 a { background-color: rgb(117,23,33); }

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

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

 span { border-color: rgb(117,23,33); }

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