Html Css Color HEX #741A37 Claret

📋 copy color: '#741A37'

red 116 ◦ green 26 ◦ blue 55

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

Shades of Claret #741A37

Tints of Claret #741A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 58.88%
G = 13.2%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741A37 (or 0x741A37) is known color: Claret. HEX triplet: 74, 1A and 37. RGB value is (116,26,55). Sum of RGB (Red+Green+Blue) = 116+26+55=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A37 is #8BE5C8. Grayscale: #383838. Windows color (decimal): -9168329 or 3611252. OLE color: 3611252.

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

Color convert

RGB 116 26 55 -
CMYK 0 0.78 0.53 0.55
HSL 340.67º 0.63% 0.28% -
HSV(B) 340.67º 0.78% 0.45% -
XYZ 8.26 4.73 4.09 -
YUV 56.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 116 26 55 0 0.78 0.53 0.55 340.67 0.63 0.28
Hex 74 1A 37 0 4E 35 37 155 3F 1C
Octal 164 32 67 0 116 65 67 525 77 34
Binary 1110100 11010 110111 0 1001110 110101 110111 101010101 111111 11100

Color Harmonies of #741A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A37

Black with #741A37

Text Example


Text Example

White with #741A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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