Html Css Color HEX #741236 Claret

📋 copy color: '#741236'

red 116 ◦ green 18 ◦ blue 54

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

Shades of Claret #741236

Tints of Claret #741236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

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

R = 61.7%
G = 9.57%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741236 (or 0x741236) is known color: Claret. HEX triplet: 74, 12 and 36. RGB value is (116,18,54). Sum of RGB (Red+Green+Blue) = 116+18+54=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741236 is #8BEDC9. Grayscale: #333333. Windows color (decimal): -9170378 or 3543668. OLE color: 3543668.

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

Color convert

RGB 116 18 54 -
CMYK 0 0.84 0.53 0.55
HSL 337.96º 0.73% 0.26% -
HSV(B) 337.96º 0.84% 0.45% -
XYZ 8.08 4.41 3.92 -
YUV 51.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 116 18 54 0 0.84 0.53 0.55 337.96 0.73 0.26
Hex 74 12 36 0 54 35 37 152 49 1A
Octal 164 22 66 0 124 65 67 522 111 32
Binary 1110100 10010 110110 0 1010100 110101 110111 101010010 1001001 11010

Color Harmonies of #741236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741236

Black with #741236

Text Example


Text Example

White with #741236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741236; }

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

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

background-color css

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

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

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

border-color css

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

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

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