Html Css Color HEX #741731 Claret

📋 copy color: '#741731'

red 116 ◦ green 23 ◦ blue 49

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

Shades of Claret #741731

Tints of Claret #741731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 61.7%
G = 12.23%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741731 (or 0x741731) is known color: Claret. HEX triplet: 74, 17 and 31. RGB value is (116,23,49). Sum of RGB (Red+Green+Blue) = 116+23+49=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741731 is #8BE8CE. Grayscale: #353535. Windows color (decimal): -9169103 or 3217268. OLE color: 3217268.

HSL color Cylindrical-coordinate representation of color #741731: hue angle of 343.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741731 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 49 -
CMYK 0 0.80 0.58 0.55
HSL 343.23º 0.67% 0.27% -
HSV(B) 343.23º 0.8% 0.45% -
XYZ 8.06 4.55 3.36 -
YUV 53.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 116 23 49 0 0.80 0.58 0.55 343.23 0.67 0.27
Hex 74 17 31 0 50 3A 37 157 43 1B
Octal 164 27 61 0 120 72 67 527 103 33
Binary 1110100 10111 110001 0 1010000 111010 110111 101010111 1000011 11011

Color Harmonies of #741731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741731

Black with #741731

Text Example


Text Example

White with #741731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741731; }

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

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

background-color css

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

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

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

border-color css

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

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

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