Html Css Color HEX #741A31 Claret

📋 copy color: '#741A31'

red 116 ◦ green 26 ◦ blue 49

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

Shades of Claret #741A31

Tints of Claret #741A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

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

R = 60.73%
G = 13.61%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741A31 (or 0x741A31) is known color: Claret. HEX triplet: 74, 1A and 31. RGB value is (116,26,49). Sum of RGB (Red+Green+Blue) = 116+26+49=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A31 is #8BE5CE. Grayscale: #373737. Windows color (decimal): -9168335 or 3218036. OLE color: 3218036.

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

Color convert

RGB 116 26 49 -
CMYK 0 0.78 0.58 0.55
HSL 344.67º 0.63% 0.28% -
HSV(B) 344.67º 0.78% 0.45% -
XYZ 8.13 4.67 3.38 -
YUV 55.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 116 26 49 0 0.78 0.58 0.55 344.67 0.63 0.28
Hex 74 1A 31 0 4E 3A 37 159 3F 1C
Octal 164 32 61 0 116 72 67 531 77 34
Binary 1110100 11010 110001 0 1001110 111010 110111 101011001 111111 11100

Color Harmonies of #741A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A31

Black with #741A31

Text Example


Text Example

White with #741A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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