#75111E

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

Shades of Red Berry #75111E

Tints of Red Berry #75111E

Color information

#75111E (or 0x75111E) is unknown color: approx Red Berry. HEX triplet: 75, 11 and 1E. RGB value is (117,17,30). Sum of RGB (Red+Green+Blue) = 117+17+30=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111E is #8AEEE1. Grayscale: #303030. Windows color (decimal): -9105122 or 1970549. OLE color: 1970549.

HSL color Cylindrical-coordinate representation of color #75111E: hue angle of 352.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75111E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1171730-
CMYK00.850.740.54
HSL352.2º74.63%26.27%-
HSV(B)352.2º85.47%45.88%-
XYZ7.774.281.64-
YUV48.38117.63176.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=71.34%
G=10.37%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117173000.850.740.54352.274.6326.27
Hex75111E0554A361604b1a
Octal165213601251126654011332
Binary11101011000111110010101011001010110110101100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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