#751019

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

Shades of Red Berry #751019

Tints of Red Berry #751019

Color information

#751019 (or 0x751019) is unknown color: approx Red Berry. HEX triplet: 75, 10 and 19. RGB value is (117,16,25). Sum of RGB (Red+Green+Blue) = 117+16+25=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751019 is #8AEFE6. Grayscale: #2F2F2F. Windows color (decimal): -9105383 or 1642613. OLE color: 1642613.

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

Color convert

RGB1171625-
CMYK00.860.790.54
HSL354.65º75.94%26.08%-
HSV(B)354.65º86.32%45.88%-
XYZ7.74.221.33-
YUV47.22115.46177.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=74.05%
G=10.13%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117162500.860.790.54354.6575.9426.08
Hex7510190564F361634c1a
Octal165203101261176654311432
Binary11101011000011001010101101001111110110101100011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751019; }

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

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

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

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

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

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

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

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