Html Css Color HEX #741B2E Claret

📋 copy color: '#741B2E'

red 116 ◦ green 27 ◦ blue 46

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

Shades of Claret #741B2E

Tints of Claret #741B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 61.38%
G = 14.29%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#741B2E (or 0x741B2E) is known color: Claret. HEX triplet: 74, 1B and 2E. RGB value is (116,27,46). Sum of RGB (Red+Green+Blue) = 116+27+46=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B2E is #8BE4D1. Grayscale: #373737. Windows color (decimal): -9168082 or 3021684. OLE color: 3021684.

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

Color convert

RGB 116 27 46 -
CMYK 0 0.77 0.60 0.55
HSL 347.19º 0.62% 0.28% -
HSV(B) 347.19º 0.77% 0.45% -
XYZ 8.09 4.69 3.06 -
YUV 55.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 116 27 46 0 0.77 0.60 0.55 347.19 0.62 0.28
Hex 74 1B 2E 0 4D 3C 37 15B 3E 1C
Octal 164 33 56 0 115 74 67 533 76 34
Binary 1110100 11011 101110 0 1001101 111100 110111 101011011 111110 11100

Color Harmonies of #741B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B2E

Black with #741B2E

Text Example


Text Example

White with #741B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,27,46); }

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

background-color css

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

 a { background-color: rgb(116,27,46); }

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

border-color css

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

 span { border-color: rgb(116,27,46); }

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