Html Css Color HEX #741A2D Claret

📋 copy color: '#741A2D'

red 116 ◦ green 26 ◦ blue 45

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

Shades of Claret #741A2D

Tints of Claret #741A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 62.03%
G = 13.9%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#741A2D (or 0x741A2D) is known color: Claret. HEX triplet: 74, 1A and 2D. RGB value is (116,26,45). Sum of RGB (Red+Green+Blue) = 116+26+45=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2D is #8BE5D2. Grayscale: #373737. Windows color (decimal): -9168339 or 2955892. OLE color: 2955892.

HSL color Cylindrical-coordinate representation of color #741A2D: hue angle of 347.33º 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 #741A2D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 45 -
CMYK 0 0.78 0.61 0.55
HSL 347.33º 0.63% 0.28% -
HSV(B) 347.33º 0.78% 0.45% -
XYZ 8.05 4.64 2.95 -
YUV 55.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 116 26 45 0 0.78 0.61 0.55 347.33 0.63 0.28
Hex 74 1A 2D 0 4E 3D 37 15B 3F 1C
Octal 164 32 55 0 116 75 67 533 77 34
Binary 1110100 11010 101101 0 1001110 111101 110111 101011011 111111 11100

Color Harmonies of #741A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A2D

Black with #741A2D

Text Example


Text Example

White with #741A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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