#751523

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

Shades of Red Berry #751523

Tints of Red Berry #751523

Color information

#751523 (or 0x751523) is unknown color: approx Red Berry. HEX triplet: 75, 15 and 23. RGB value is (117,21,35). Sum of RGB (Red+Green+Blue) = 117+21+35=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751523 is #8AEADC. Grayscale: #333333. Windows color (decimal): -9104093 or 2299253. OLE color: 2299253.

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

Color convert

RGB1172135-
CMYK00.820.700.54
HSL351.25º69.57%27.06%-
HSV(B)351.25º82.05%45.88%-
XYZ7.914.442.03-
YUV51.3118.8174.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=67.63%
G=12.14%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117213500.820.700.54351.2569.5727.06
Hex751523052463615f461b
Octal165254301221066653710633
Binary111010110101100011010100101000110110110101011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751523; }

 p { color: rgb(117,21,35); }

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

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

 a { background-color: rgb(117,21,35); }

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

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

 span { border-color: rgb(117,21,35); }

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