#751819

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

Shades of Red Berry #751819

Tints of Red Berry #751819

Color information

#751819 (or 0x751819) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 19. RGB value is (117,24,25). Sum of RGB (Red+Green+Blue) = 117+24+25=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751819 is #8AE7E6. Grayscale: #343434. Windows color (decimal): -9103335 or 1644661. OLE color: 1644661.

HSL color Cylindrical-coordinate representation of color #751819: hue angle of 359.35º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751819 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1172425-
CMYK00.790.790.54
HSL359.35º65.96%27.65%-
HSV(B)359.35º79.49%45.88%-
XYZ7.844.511.38-
YUV51.92112.81174.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=70.48%
G=14.46%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117242500.790.790.54359.3565.9627.65
Hex75181904F4F36167421c
Octal165303101171176654710234
Binary11101011100011001010011111001111110110101100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751819; }

 p { color: rgb(117,24,25); }

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

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

 a { background-color: rgb(117,24,25); }

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

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

 span { border-color: rgb(117,24,25); }

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