Html Css Color HEX #741E31 Claret

📋 copy color: '#741E31'

red 116 ◦ green 30 ◦ blue 49

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

Shades of Claret #741E31

Tints of Claret #741E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

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

R = 59.49%
G = 15.38%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#741E31 (or 0x741E31) is known color: Claret. HEX triplet: 74, 1E and 31. RGB value is (116,30,49). Sum of RGB (Red+Green+Blue) = 116+30+49=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #741E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E31 is #8BE1CE. Grayscale: #393939. Windows color (decimal): -9167311 or 3219060. OLE color: 3219060.

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

Color convert

RGB 116 30 49 -
CMYK 0 0.74 0.58 0.55
HSL 346.74º 0.59% 0.29% -
HSV(B) 346.74º 0.74% 0.45% -
XYZ 8.22 4.86 3.41 -
YUV 57.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 116 30 49 0 0.74 0.58 0.55 346.74 0.59 0.29
Hex 74 1E 31 0 4A 3A 37 15B 3B 1D
Octal 164 36 61 0 112 72 67 533 73 35
Binary 1110100 11110 110001 0 1001010 111010 110111 101011011 111011 11101

Color Harmonies of #741E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E31

Black with #741E31

Text Example


Text Example

White with #741E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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