Html Css Color HEX #741636 Claret

📋 copy color: '#741636'

red 116 ◦ green 22 ◦ blue 54

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

Shades of Claret #741636

Tints of Claret #741636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 60.42%
G = 11.46%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741636 (or 0x741636) is known color: Claret. HEX triplet: 74, 16 and 36. RGB value is (116,22,54). Sum of RGB (Red+Green+Blue) = 116+22+54=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741636 is #8BE9C9. Grayscale: #353535. Windows color (decimal): -9169354 or 3544692. OLE color: 3544692.

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

Color convert

RGB 116 22 54 -
CMYK 0 0.81 0.53 0.55
HSL 339.57º 0.68% 0.27% -
HSV(B) 339.57º 0.81% 0.45% -
XYZ 8.16 4.55 3.94 -
YUV 53.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 116 22 54 0 0.81 0.53 0.55 339.57 0.68 0.27
Hex 74 16 36 0 51 35 37 154 44 1B
Octal 164 26 66 0 121 65 67 524 104 33
Binary 1110100 10110 110110 0 1010001 110101 110111 101010100 1000100 11011

Color Harmonies of #741636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741636

Black with #741636

Text Example


Text Example

White with #741636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741636; }

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

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

background-color css

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

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

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

border-color css

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

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

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