Html Css Color HEX #742636 Claret

📋 copy color: '#742636'

red 116 ◦ green 38 ◦ blue 54

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

Shades of Claret #742636

Tints of Claret #742636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

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

R = 55.77%
G = 18.27%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742636 (or 0x742636) is known color: Claret. HEX triplet: 74, 26 and 36. RGB value is (116,38,54). Sum of RGB (Red+Green+Blue) = 116+38+54=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #742636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742636 is #8BD9C9. Grayscale: #3F3F3F. Windows color (decimal): -9165258 or 3548788. OLE color: 3548788.

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

Color convert

RGB 116 38 54 -
CMYK 0 0.67 0.53 0.55
HSL 347.69º 0.51% 0.3% -
HSV(B) 347.69º 0.67% 0.45% -
XYZ 8.56 5.37 4.07 -
YUV 63.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 116 38 54 0 0.67 0.53 0.55 347.69 0.51 0.3
Hex 74 26 36 0 43 35 37 15C 33 1E
Octal 164 46 66 0 103 65 67 534 63 36
Binary 1110100 100110 110110 0 1000011 110101 110111 101011100 110011 11110

Color Harmonies of #742636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742636

Black with #742636

Text Example


Text Example

White with #742636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742636; }

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

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

background-color css

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

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

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

border-color css

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

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

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