#751619

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

Shades of Red Berry #751619

Tints of Red Berry #751619

Color information

#751619 (or 0x751619) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 19. RGB value is (117,22,25). Sum of RGB (Red+Green+Blue) = 117+22+25=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751619 is #8AE9E6. Grayscale: #323232. Windows color (decimal): -9103847 or 1644149. OLE color: 1644149.

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

Color convert

RGB1172225-
CMYK00.810.790.54
HSL358.11º68.35%27.25%-
HSV(B)358.11º81.2%45.88%-
XYZ7.84.431.36-
YUV50.75113.47175.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=71.34%
G=13.41%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117222500.810.790.54358.1168.3527.25
Hex7516190514F36166441b
Octal165263101211176654610433
Binary11101011011011001010100011001111110110101100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751619; }

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

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

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

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

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

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

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

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