#75141F

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

Shades of Red Berry #75141F

Tints of Red Berry #75141F

Color information

#75141F (or 0x75141F) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 1F. RGB value is (117,20,31). Sum of RGB (Red+Green+Blue) = 117+20+31=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75141F is #8AEBE0. Grayscale: #323232. Windows color (decimal): -9104353 or 2036853. OLE color: 2036853.

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

Color convert

RGB1172031-
CMYK00.830.740.54
HSL353.2º70.8%26.86%-
HSV(B)353.2º82.91%45.88%-
XYZ7.834.381.73-
YUV50.26117.14175.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=69.64%
G=11.90%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117203100.830.740.54353.270.826.86
Hex75141F0534A36161471b
Octal165243701231126654110733
Binary11101011010011111010100111001010110110101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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