Html Css Color HEX #741136 Claret

📋 copy color: '#741136'

red 116 ◦ green 17 ◦ blue 54

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

Shades of Claret #741136

Tints of Claret #741136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 62.03%
G = 9.09%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741136 (or 0x741136) is known color: Claret. HEX triplet: 74, 11 and 36. RGB value is (116,17,54). Sum of RGB (Red+Green+Blue) = 116+17+54=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741136 is #8BEEC9. Grayscale: #323232. Windows color (decimal): -9170634 or 3543412. OLE color: 3543412.

HSL color Cylindrical-coordinate representation of color #741136: hue angle of 337.58º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741136 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 54 -
CMYK 0 0.85 0.53 0.55
HSL 337.58º 0.74% 0.26% -
HSV(B) 337.58º 0.85% 0.45% -
XYZ 8.07 4.38 3.91 -
YUV 50.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 116 17 54 0 0.85 0.53 0.55 337.58 0.74 0.26
Hex 74 11 36 0 55 35 37 152 4A 1A
Octal 164 21 66 0 125 65 67 522 112 32
Binary 1110100 10001 110110 0 1010101 110101 110111 101010010 1001010 11010

Color Harmonies of #741136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741136

Black with #741136

Text Example


Text Example

White with #741136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741136; }

 p { color: rgb(116,17,54); }

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

background-color css

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

 a { background-color: rgb(116,17,54); }

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

border-color css

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

 span { border-color: rgb(116,17,54); }

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