#75131F

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

Shades of Red Berry #75131F

Tints of Red Berry #75131F

Color information

#75131F (or 0x75131F) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 1F. RGB value is (117,19,31). Sum of RGB (Red+Green+Blue) = 117+19+31=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75131F is #8AECE0. Grayscale: #313131. Windows color (decimal): -9104609 or 2036597. OLE color: 2036597.

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

Color convert

RGB1171931-
CMYK00.840.740.54
HSL352.65º72.06%26.67%-
HSV(B)352.65º83.76%45.88%-
XYZ7.824.351.72-
YUV49.67117.47176.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=70.06%
G=11.38%
B=18.56%

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
Decimal117193100.840.740.54352.6572.0626.67
Hex75131F0544A36161481b
Octal165233701241126654111033
Binary11101011001111111010101001001010110110101100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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