#741D1F

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

Shades of Red Berry #741D1F

Tints of Red Berry #741D1F

Color information

#741D1F (or 0x741D1F) is unknown color: approx Red Berry. HEX triplet: 74, 1D and 1F. RGB value is (116,29,31). Sum of RGB (Red+Green+Blue) = 116+29+31=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D1F is #8BE2E0. Grayscale: #373737. Windows color (decimal): -9167585 or 2039156. OLE color: 2039156.

HSL color Cylindrical-coordinate representation of color #741D1F: hue angle of 358.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D1F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1162931-
CMYK00.750.730.55
HSL358.62º60%28.43%-
HSV(B)358.62º75%45.49%-
XYZ7.894.691.79-
YUV55.24114.32171.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=65.91%
G=16.48%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116293100.750.730.55358.626028.43
Hex741D1F04B49371673c1c
Octal16435370113111675477434
Binary1110100111011111101001011100100111011110110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741D1F; }

 p { color: rgb(116,29,31); }

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

<style>
 a { background-color: #741D1F; }

 a { background-color: rgb(116,29,31); }

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

<style>
 span { border-color: #741D1F; }

 span { border-color: rgb(116,29,31); }

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