Html Css Color HEX #741036 Claret

📋 copy color: '#741036'

red 116 ◦ green 16 ◦ blue 54

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

Shades of Claret #741036

Tints of Claret #741036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 62.37%
G = 8.6%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741036 (or 0x741036) is known color: Claret. HEX triplet: 74, 10 and 36. RGB value is (116,16,54). Sum of RGB (Red+Green+Blue) = 116+16+54=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741036 is #8BEFC9. Grayscale: #323232. Windows color (decimal): -9170890 or 3543156. OLE color: 3543156.

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

Color convert

RGB 116 16 54 -
CMYK 0 0.86 0.53 0.55
HSL 337.2º 0.76% 0.26% -
HSV(B) 337.2º 0.86% 0.45% -
XYZ 8.05 4.35 3.91 -
YUV 50.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 116 16 54 0 0.86 0.53 0.55 337.2 0.76 0.26
Hex 74 10 36 0 56 35 37 151 4C 1A
Octal 164 20 66 0 126 65 67 521 114 32
Binary 1110100 10000 110110 0 1010110 110101 110111 101010001 1001100 11010

Color Harmonies of #741036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741036

Black with #741036

Text Example


Text Example

White with #741036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741036; }

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

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

background-color css

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

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

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

border-color css

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

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

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