#751724

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

Shades of Red Berry #751724

Tints of Red Berry #751724

Color information

#751724 (or 0x751724) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 24. RGB value is (117,23,36). Sum of RGB (Red+Green+Blue) = 117+23+36=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751724 is #8AE8DB. Grayscale: #343434. Windows color (decimal): -9103580 or 2365301. OLE color: 2365301.

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

Color convert

RGB1172336-
CMYK00.800.690.54
HSL351.7º67.14%27.45%-
HSV(B)351.7º80.34%45.88%-
XYZ7.964.522.12-
YUV52.59118.64173.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=66.48%
G=13.07%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117233600.800.690.54351.767.1427.45
Hex7517240504536160431b
Octal165274401201056654010333
Binary111010110111100100010100001000101110110101100000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751724; }

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

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

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

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

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

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

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

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