Html Css Color HEX #741331 Claret

📋 copy color: '#741331'

red 116 ◦ green 19 ◦ blue 49

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

Shades of Claret #741331

Tints of Claret #741331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 63.04%
G = 10.33%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741331 (or 0x741331) is known color: Claret. HEX triplet: 74, 13 and 31. RGB value is (116,19,49). Sum of RGB (Red+Green+Blue) = 116+19+49=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #741331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741331 is #8BECCE. Grayscale: #333333. Windows color (decimal): -9170127 or 3216244. OLE color: 3216244.

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

Color convert

RGB 116 19 49 -
CMYK 0 0.84 0.58 0.55
HSL 341.44º 0.72% 0.26% -
HSV(B) 341.44º 0.84% 0.45% -
XYZ 7.99 4.4 3.33 -
YUV 51.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 116 19 49 0 0.84 0.58 0.55 341.44 0.72 0.26
Hex 74 13 31 0 54 3A 37 155 48 1A
Octal 164 23 61 0 124 72 67 525 110 32
Binary 1110100 10011 110001 0 1010100 111010 110111 101010101 1001000 11010

Color Harmonies of #741331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741331

Black with #741331

Text Example


Text Example

White with #741331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741331; }

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

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

background-color css

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

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

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

border-color css

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

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

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