#75161D

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

Shades of Red Berry #75161D

Tints of Red Berry #75161D

Color information

#75161D (or 0x75161D) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 1D. RGB value is (117,22,29). Sum of RGB (Red+Green+Blue) = 117+22+29=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75161D is #8AE9E2. Grayscale: #333333. Windows color (decimal): -9103843 or 1906293. OLE color: 1906293.

HSL color Cylindrical-coordinate representation of color #75161D: hue angle of 355.58º 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 #75161D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1172229-
CMYK00.810.750.54
HSL355.58º68.35%27.25%-
HSV(B)355.58º81.2%45.88%-
XYZ7.844.441.61-
YUV51.2115.47174.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=69.64%
G=13.10%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117222900.810.750.54355.5868.3527.25
Hex75161D0514B36164441b
Octal165263501211136654410433
Binary11101011011011101010100011001011110110101100100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75161D; }

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

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

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

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

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

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

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

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