Html Css Color HEX #741A2F Claret

📋 copy color: '#741A2F'

red 116 ◦ green 26 ◦ blue 47

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

Shades of Claret #741A2F

Tints of Claret #741A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 61.38%
G = 13.76%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#741A2F (or 0x741A2F) is known color: Claret. HEX triplet: 74, 1A and 2F. RGB value is (116,26,47). Sum of RGB (Red+Green+Blue) = 116+26+47=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A2F is #8BE5D0. Grayscale: #373737. Windows color (decimal): -9168337 or 3086964. OLE color: 3086964.

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

Color convert

RGB 116 26 47 -
CMYK 0 0.78 0.59 0.55
HSL 346º 0.63% 0.28% -
HSV(B) 346º 0.78% 0.45% -
XYZ 8.08 4.66 3.16 -
YUV 55.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 116 26 47 0 0.78 0.59 0.55 346 0.63 0.28
Hex 74 1A 2F 0 4E 3B 37 15A 3F 1C
Octal 164 32 57 0 116 73 67 532 77 34
Binary 1110100 11010 101111 0 1001110 111011 110111 101011010 111111 11100

Color Harmonies of #741A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A2F

Black with #741A2F

Text Example


Text Example

White with #741A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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