#741B2E

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

Shades of Claret #741B2E

Tints of Claret #741B2E

Color information

#741B2E (or 0x741B2E) is unknown color: approx Claret. HEX triplet: 74, 1B and 2E. RGB value is (116,27,46). Sum of RGB (Red+Green+Blue) = 116+27+46=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B2E is #8BE4D1. Grayscale: #373737. Windows color (decimal): -9168082 or 3021684. OLE color: 3021684.

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

Color convert

RGB1162746-
CMYK00.770.600.55
HSL347.19º62.24%28.04%-
HSV(B)347.19º76.72%45.49%-
XYZ8.094.693.06-
YUV55.78122.49170.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=61.38%
G=14.29%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116274600.770.600.55347.1962.2428.04
Hex741B2E04D3C3715b3e1c
Octal1643356011574675337634
Binary1110100110111011100100110111110011011110101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,46); }

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

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

 a { background-color: rgb(116,27,46); }

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

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

 span { border-color: rgb(116,27,46); }

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