#75141E

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

Shades of Red Berry #75141E

Tints of Red Berry #75141E

Color information

#75141E (or 0x75141E) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 1E. RGB value is (117,20,30). Sum of RGB (Red+Green+Blue) = 117+20+30=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75141E is #8AEBE1. Grayscale: #323232. Windows color (decimal): -9104354 or 1971317. OLE color: 1971317.

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

Color convert

RGB1172030-
CMYK00.830.740.54
HSL353.81º70.8%26.86%-
HSV(B)353.81º82.91%45.88%-
XYZ7.824.381.66-
YUV50.14116.64175.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=70.06%
G=11.98%
B=17.96%

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
Decimal117203000.830.740.54353.8170.826.86
Hex75141E0534A36162471b
Octal165243601231126654210733
Binary11101011010011110010100111001010110110101100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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