Html Css Color HEX #741D31 Claret

📋 copy color: '#741D31'

red 116 ◦ green 29 ◦ blue 49

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

Shades of Claret #741D31

Tints of Claret #741D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

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

R = 59.79%
G = 14.95%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741D31 (or 0x741D31) is known color: Claret. HEX triplet: 74, 1D and 31. RGB value is (116,29,49). Sum of RGB (Red+Green+Blue) = 116+29+49=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D31 is #8BE2CE. Grayscale: #393939. Windows color (decimal): -9167567 or 3218804. OLE color: 3218804.

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

Color convert

RGB 116 29 49 -
CMYK 0 0.75 0.58 0.55
HSL 346.21º 0.6% 0.28% -
HSV(B) 346.21º 0.75% 0.45% -
XYZ 8.2 4.81 3.4 -
YUV 57.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 116 29 49 0 0.75 0.58 0.55 346.21 0.6 0.28
Hex 74 1D 31 0 4B 3A 37 15A 3C 1C
Octal 164 35 61 0 113 72 67 532 74 34
Binary 1110100 11101 110001 0 1001011 111010 110111 101011010 111100 11100

Color Harmonies of #741D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D31

Black with #741D31

Text Example


Text Example

White with #741D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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