#751719

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

Shades of Red Berry #751719

Tints of Red Berry #751719

Color information

#751719 (or 0x751719) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 19. RGB value is (117,23,25). Sum of RGB (Red+Green+Blue) = 117+23+25=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #751719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751719 is #8AE8E6. Grayscale: #333333. Windows color (decimal): -9103591 or 1644405. OLE color: 1644405.

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

Color convert

RGB1172325-
CMYK00.800.790.54
HSL358.72º67.14%27.45%-
HSV(B)358.72º80.34%45.88%-
XYZ7.824.461.37-
YUV51.33113.14174.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=70.91%
G=13.94%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117232500.800.790.54358.7267.1427.45
Hex7517190504F36167431b
Octal165273101201176654710333
Binary11101011011111001010100001001111110110101100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751719; }

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

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

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

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

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

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

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

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