#75161E

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

Shades of Red Berry #75161E

Tints of Red Berry #75161E

Color information

#75161E (or 0x75161E) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 1E. RGB value is (117,22,30). Sum of RGB (Red+Green+Blue) = 117+22+30=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75161E is #8AE9E1. Grayscale: #333333. Windows color (decimal): -9103842 or 1971829. OLE color: 1971829.

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

Color convert

RGB1172230-
CMYK00.810.740.54
HSL354.95º68.35%27.25%-
HSV(B)354.95º81.2%45.88%-
XYZ7.864.451.67-
YUV51.32115.97174.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=69.23%
G=13.02%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117223000.810.740.54354.9568.3527.25
Hex75161E0514A36163441b
Octal165263601211126654310433
Binary11101011011011110010100011001010110110101100011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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