Html Css Color HEX #741131 Claret

📋 copy color: '#741131'

red 116 ◦ green 17 ◦ blue 49

#741131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #741131

Tints of Claret #741131

RGB

 RED value IS 116 (45.7% from 255) = 63.74%

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 63.74%
G = 9.34%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741131 (or 0x741131) is known color: Claret. HEX triplet: 74, 11 and 31. RGB value is (116,17,49). Sum of RGB (Red+Green+Blue) = 116+17+49=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #741131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741131 is #8BEECE. Grayscale: #323232. Windows color (decimal): -9170639 or 3215732. OLE color: 3215732.

HSL color Cylindrical-coordinate representation of color #741131: hue angle of 340.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741131 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 49 -
CMYK 0 0.85 0.58 0.55
HSL 340.61º 0.74% 0.26% -
HSV(B) 340.61º 0.85% 0.45% -
XYZ 7.96 4.34 3.32 -
YUV 50.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 116 17 49 0 0.85 0.58 0.55 340.61 0.74 0.26
Hex 74 11 31 0 55 3A 37 155 4A 1A
Octal 164 21 61 0 125 72 67 525 112 32
Binary 1110100 10001 110001 0 1010101 111010 110111 101010101 1001010 11010

Color Harmonies of #741131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741131

Black with #741131

Text Example


Text Example

White with #741131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741131; }

 p { color: rgb(116,17,49); }

 H1.HeaderClassName
 {
   color: #741131;
 }
 .AnyTagClassName
 {
   color: #741131;
 }
</style>

background-color css

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

 a { background-color: rgb(116,17,49); }

 div.DivClassName
 {
   background-color: #741131;
 }
 .BgClassName
 {
   background-color: #741131;
 }
</style>

border-color css

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

 span { border-color: rgb(116,17,49); }

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