#741D2D

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

Shades of Red Berry #741D2D

Tints of Red Berry #741D2D

Color information

#741D2D (or 0x741D2D) is unknown color: approx Red Berry. HEX triplet: 74, 1D and 2D. RGB value is (116,29,45). Sum of RGB (Red+Green+Blue) = 116+29+45=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D2D is #8BE2D2. Grayscale: #383838. Windows color (decimal): -9167571 or 2956660. OLE color: 2956660.

HSL color Cylindrical-coordinate representation of color #741D2D: hue angle of 348.97º 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 #741D2D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1162945-
CMYK00.750.610.55
HSL348.97º60%28.43%-
HSV(B)348.97º75%45.49%-
XYZ8.124.782.98-
YUV56.84121.32170.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=61.05%
G=15.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116294500.750.610.55348.976028.43
Hex741D2D04B3D3715d3c1c
Octal1643555011375675357434
Binary1110100111011011010100101111110111011110101110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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