#741B37

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

Shades of Claret #741B37

Tints of Claret #741B37

Color information

#741B37 (or 0x741B37) is unknown color: approx Claret. HEX triplet: 74, 1B and 37. RGB value is (116,27,55). Sum of RGB (Red+Green+Blue) = 116+27+55=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #741B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B37 is #8BE4C8. Grayscale: #383838. Windows color (decimal): -9168073 or 3611508. OLE color: 3611508.

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

Color convert

RGB1162755-
CMYK00.770.530.55
HSL341.12º62.24%28.04%-
HSV(B)341.12º76.72%45.49%-
XYZ8.284.774.1-
YUV56.8126.99170.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=58.59%
G=13.64%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116275500.770.530.55341.1262.2428.04
Hex741B3704D35371553e1c
Octal1643367011565675257634
Binary1110100110111101110100110111010111011110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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