#75161C

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

Shades of Red Berry #75161C

Tints of Red Berry #75161C

Color information

#75161C (or 0x75161C) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 1C. RGB value is (117,22,28). Sum of RGB (Red+Green+Blue) = 117+22+28=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75161C is #8AE9E3. Grayscale: #333333. Windows color (decimal): -9103844 or 1840757. OLE color: 1840757.

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

Color convert

RGB1172228-
CMYK00.810.760.54
HSL356.21º68.35%27.25%-
HSV(B)356.21º81.2%45.88%-
XYZ7.834.441.54-
YUV51.09114.97175.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=70.06%
G=13.17%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117222800.810.760.54356.2168.3527.25
Hex75161C0514C36164441b
Octal165263401211146654410433
Binary11101011011011100010100011001100110110101100100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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