Html Css Color HEX #741531 Claret

📋 copy color: '#741531'

red 116 ◦ green 21 ◦ blue 49

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

Shades of Claret #741531

Tints of Claret #741531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 62.37%
G = 11.29%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741531 (or 0x741531) is known color: Claret. HEX triplet: 74, 15 and 31. RGB value is (116,21,49). Sum of RGB (Red+Green+Blue) = 116+21+49=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741531 is #8BEACE. Grayscale: #343434. Windows color (decimal): -9169615 or 3216756. OLE color: 3216756.

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

Color convert

RGB 116 21 49 -
CMYK 0 0.82 0.58 0.55
HSL 342.32º 0.69% 0.27% -
HSV(B) 342.32º 0.82% 0.45% -
XYZ 8.03 4.47 3.35 -
YUV 52.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 116 21 49 0 0.82 0.58 0.55 342.32 0.69 0.27
Hex 74 15 31 0 52 3A 37 156 45 1B
Octal 164 25 61 0 122 72 67 526 105 33
Binary 1110100 10101 110001 0 1010010 111010 110111 101010110 1000101 11011

Color Harmonies of #741531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741531

Black with #741531

Text Example


Text Example

White with #741531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741531; }

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

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

background-color css

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

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

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

border-color css

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

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

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