Html Css Color HEX #741936 Claret

📋 copy color: '#741936'

red 116 ◦ green 25 ◦ blue 54

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

Shades of Claret #741936

Tints of Claret #741936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 59.49%
G = 12.82%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741936 (or 0x741936) is known color: Claret. HEX triplet: 74, 19 and 36. RGB value is (116,25,54). Sum of RGB (Red+Green+Blue) = 116+25+54=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #741936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741936 is #8BE6C9. Grayscale: #373737. Windows color (decimal): -9168586 or 3545460. OLE color: 3545460.

HSL color Cylindrical-coordinate representation of color #741936: hue angle of 340.88º degrees, saturation: 0.65, 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 #741936 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 54 -
CMYK 0 0.78 0.53 0.55
HSL 340.88º 0.65% 0.28% -
HSV(B) 340.88º 0.78% 0.45% -
XYZ 8.22 4.67 3.96 -
YUV 55.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 116 25 54 0 0.78 0.53 0.55 340.88 0.65 0.28
Hex 74 19 36 0 4E 35 37 155 41 1C
Octal 164 31 66 0 116 65 67 525 101 34
Binary 1110100 11001 110110 0 1001110 110101 110111 101010101 1000001 11100

Color Harmonies of #741936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741936

Black with #741936

Text Example


Text Example

White with #741936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741936; }

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

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

background-color css

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

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

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

border-color css

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

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

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