#75131E

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

Shades of Red Berry #75131E

Tints of Red Berry #75131E

Color information

#75131E (or 0x75131E) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 1E. RGB value is (117,19,30). Sum of RGB (Red+Green+Blue) = 117+19+30=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75131E is #8AECE1. Grayscale: #313131. Windows color (decimal): -9104610 or 1971061. OLE color: 1971061.

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

Color convert

RGB1171930-
CMYK00.840.740.54
HSL353.27º72.06%26.67%-
HSV(B)353.27º83.76%45.88%-
XYZ7.84.341.65-
YUV49.56116.97176.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=70.48%
G=11.45%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117193000.840.740.54353.2772.0626.67
Hex75131E0544A36161481b
Octal165233601241126654111033
Binary11101011001111110010101001001010110110101100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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